diff --git a/gdn-app/src/components/CNote.vue b/gdn-app/src/components/CNote.vue index f5ac5de..8419ada 100644 --- a/gdn-app/src/components/CNote.vue +++ b/gdn-app/src/components/CNote.vue @@ -82,6 +82,7 @@ function onCreatorClose() { function onCreatorFinish(text: string) { notes.appendNewChildNote(props.noteId, text); + ui.focusPath = pathAppend(props.path, children.value.length - 1); onCreatorClose(); } @@ -129,8 +130,8 @@ function onCreatorFinish(text: string) {