From 2531e7d640a2ac3ea076452a274239108563b878 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 7 Feb 2025 21:44:41 +0100 Subject: [PATCH] Display multiline note text correctly --- gdn-app/src/components/CNote.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdn-app/src/components/CNote.vue b/gdn-app/src/components/CNote.vue index 3836719..80a9451 100644 --- a/gdn-app/src/components/CNote.vue +++ b/gdn-app/src/components/CNote.vue @@ -114,7 +114,12 @@ function onChildEditorFinish(text: string) { -
{{ note.text }}
+
+ {{ note.text }} +
empty
note not found