1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Desktop: Regression: Fixed move to notebook from context menu

This commit is contained in:
Laurent Cozic 2020-10-16 17:44:04 +01:00
parent 48e299916f
commit 3476211f8b

View File

@ -44,7 +44,7 @@ export default class NoteListUtils {
);
menu.append(
new MenuItem(menuUtils.commandToStatefulMenuItem('moveToFolder'))
new MenuItem(menuUtils.commandToStatefulMenuItem('moveToFolder', { noteIds }))
);
menu.append(