mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Desktop: Fixes #3710: Fix applying tags to multiple notes
This commit is contained in:
parent
83619b279d
commit
2bbc1e7ecd
@ -25,7 +25,7 @@ class NoteListUtils {
|
||||
|
||||
if (!hasEncrypted) {
|
||||
menu.append(
|
||||
new MenuItem(cmdService.commandToMenuItem('setTags'))
|
||||
new MenuItem(cmdService.commandToMenuItem('setTags', { noteIds }))
|
||||
);
|
||||
|
||||
menu.append(
|
||||
|
Loading…
x
Reference in New Issue
Block a user