You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Desktop: Fixes #3482: Fixed regression when moving note to notebook from menu
This commit is contained in:
@@ -42,5 +42,13 @@ export const runtime = (comp:any):CommandRuntime => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
isEnabled: (props:any):boolean => {
|
||||||
|
return !!props.noteIds.length;
|
||||||
|
},
|
||||||
|
mapStateToProps: (state:any):any => {
|
||||||
|
return {
|
||||||
|
noteIds: state.selectedNoteIds,
|
||||||
|
};
|
||||||
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user