mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add missing loadNewNote arg
This commit is contained in:
parent
829da5a84a
commit
18d3400cbb
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
async function loadNewNote() {
|
async function loadNewNote() {
|
||||||
await loadNote(0n, notetypeMeta.id, 0, null);
|
await loadNote(0n, notetypeMeta.id, 0, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function noteCanBeAdded(): Promise<boolean> {
|
async function noteCanBeAdded(): Promise<boolean> {
|
||||||
|
|
Loading…
Reference in a new issue