Add missing loadNewNote arg

This commit is contained in:
Abdo 2025-08-16 20:46:56 +03:00
parent 829da5a84a
commit 18d3400cbb

View file

@ -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<boolean> {