Skip to content

Commit

Permalink
Fix synchro
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Dec 20, 2024
1 parent 3ce0904 commit 192741f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export const insertTemplateAt = (
selector: editableInstanceSelector,
reason: "new",
});
} else {
$textEditingInstanceSelector.set(undefined);
}

selectInstance([newRootInstanceId, ...target.parentSelector]);
Expand Down

0 comments on commit 192741f

Please sign in to comment.