Skip to content

Commit 95138db

Browse files
committed
tweak: save sidebar node on container click
1 parent 1960b7c commit 95138db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/components/container/container.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
if (textIsSelected()) return;
8080
const editingState = view.viewStore.getValue().document.editing;
81-
if (editingState.activeNodeId && !editingState.isInSidebar) {
81+
if (editingState.activeNodeId) {
8282
saveNodeContent(view,true);
8383
}
8484
};

0 commit comments

Comments
 (0)