Timothy Jaeryang Baek 3 months ago
parent
commit
5d5bb9d1f2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/components/notes/NoteEditor.svelte

+ 2 - 0
src/lib/components/notes/NoteEditor.svelte

@@ -131,6 +131,8 @@
 			return null;
 		});
 
+		messages = [];
+
 		if (res) {
 			note = res;
 			files = res.data.files || [];