You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Mobile: Fix homescreen new-note shortcuts are re-applied after switching notes (#11779)
This commit is contained in:
@@ -354,10 +354,6 @@ const appReducer = (state = appDefaultState, action: any) => {
|
||||
newState.selectedNoteHash = action.noteHash;
|
||||
}
|
||||
|
||||
if ('newNoteAttachFileAction' in action) {
|
||||
newState.newNoteAttachFileAction = action.newNoteAttachFileAction;
|
||||
}
|
||||
|
||||
if ('sharedData' in action) {
|
||||
newState.sharedData = action.sharedData;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user