1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Various improvements

This commit is contained in:
Laurent Cozic
2017-07-15 23:47:11 +01:00
parent 472dee05ea
commit 22cb2fdfbe
11 changed files with 34 additions and 11 deletions

View File

@@ -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);
}