mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
similar notes section widget
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user