Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/builder/app/canvas/instance-selected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,10 @@ const subscribeSelectedInstance = (

// Having that elements can be changed (i.e. div => address tag change, observe again)
updateObservers();

// update scroll state
updateScroll();
});
};
// update scroll state
updateScroll();

// Lightweight update
const updateOutline: MutationCallback = (mutationRecords) => {
Expand Down