fix: pre-selected objects
This commit is contained in:
@@ -518,8 +518,10 @@ const refreshLayerMappings = async () => {
|
||||
}
|
||||
|
||||
// === LIFECYCLE ===
|
||||
onMounted(() => {
|
||||
loadData()
|
||||
onMounted(async () => {
|
||||
await selectionStore.refreshSelectionFromHostApp()
|
||||
|
||||
await loadData()
|
||||
|
||||
// Listen for mappings changes
|
||||
$revitMapperBinding?.on('mappingsChanged', (newMappings: CategoryMapping[]) => {
|
||||
|
||||
Reference in New Issue
Block a user