1
0
Timothy Jaeryang Baek 3 сар өмнө
parent
commit
5d5bb9d1f2

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

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