From 6c1ee3a3fcacfe1961895a6c4514de1e3a5ea64e Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 7 Feb 2025 22:04:02 +0100 Subject: [PATCH] Make note and editor structure similar In preparation for using the editor to edit the note --- gdn-app/src/components/CNote.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/gdn-app/src/components/CNote.vue b/gdn-app/src/components/CNote.vue index df89dae..178ad4c 100644 --- a/gdn-app/src/components/CNote.vue +++ b/gdn-app/src/components/CNote.vue @@ -91,12 +91,12 @@ function onChildEditorFinish(text: string) {