similar notes section widget

This commit is contained in:
zadam
2021-05-29 13:24:14 +02:00
parent 9532a5662f
commit 57b6271c0b
5 changed files with 102 additions and 153 deletions

View File

@@ -16,7 +16,7 @@ let clonedNoteIds;
export async function showDialog(noteIds) {
if (!noteIds || noteIds.length === 0) {
noteIds = [ appContext.tabManager.getActiveContextNoteId() ]
noteIds = [ appContext.tabManager.getActiveContextNoteId() ];
}
clonedNoteIds = [];