1
0
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:
Henry Heino
2025-02-06 09:57:27 -08:00
committed by GitHub
parent c2c72215b9
commit c7031568a8
5 changed files with 14 additions and 14 deletions

View File

@@ -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 {