diff --git a/ElectronClient/gui/utils/NoteListUtils.js b/ElectronClient/gui/utils/NoteListUtils.js index c93127a70..5d9d08f64 100644 --- a/ElectronClient/gui/utils/NoteListUtils.js +++ b/ElectronClient/gui/utils/NoteListUtils.js @@ -25,7 +25,7 @@ class NoteListUtils { if (!hasEncrypted) { menu.append( - new MenuItem(cmdService.commandToMenuItem('setTags')) + new MenuItem(cmdService.commandToMenuItem('setTags', { noteIds })) ); menu.append(