1
0
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:
Laurent Cozic 2020-09-08 00:49:58 +01:00
parent 83619b279d
commit 2bbc1e7ecd

View File

@ -25,7 +25,7 @@ class NoteListUtils {
if (!hasEncrypted) {
menu.append(
new MenuItem(cmdService.commandToMenuItem('setTags'))
new MenuItem(cmdService.commandToMenuItem('setTags', { noteIds }))
);
menu.append(