diff --git a/ts/routes/editor/NoteEditor.svelte b/ts/routes/editor/NoteEditor.svelte index a55910a72..1359a2ce4 100644 --- a/ts/routes/editor/NoteEditor.svelte +++ b/ts/routes/editor/NoteEditor.svelte @@ -512,7 +512,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } async function loadNewNote() { - await loadNote(0n, notetypeMeta.id, 0, null); + await loadNote(0n, notetypeMeta.id, 0, null, null); } async function noteCanBeAdded(): Promise {