mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Desktop: Regression: Fixed move to notebook from context menu
This commit is contained in:
parent
48e299916f
commit
3476211f8b
@ -44,7 +44,7 @@ export default class NoteListUtils {
|
||||
);
|
||||
|
||||
menu.append(
|
||||
new MenuItem(menuUtils.commandToStatefulMenuItem('moveToFolder'))
|
||||
new MenuItem(menuUtils.commandToStatefulMenuItem('moveToFolder', { noteIds }))
|
||||
);
|
||||
|
||||
menu.append(
|
||||
|
Loading…
Reference in New Issue
Block a user