You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Various improvements
This commit is contained in:
@@ -120,6 +120,7 @@ const reducer = (state = defaultState, action) => {
|
||||
// If the current screen is already the requested screen, don't do anything
|
||||
} else {
|
||||
newState.route = action;
|
||||
if (action.routeName == 'Welcome') navHistory = [];
|
||||
navHistory.push(action);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user