Skip to content

Commit

Permalink
use false param
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Sep 22, 2023
1 parent fb6be59 commit 142f9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/P0weruser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const init = () => {
// normally issued by the navigateTo method.
// TODO: We could keep track about the changes that require a re-load, and check here if it is required
p.currentView = null;
p._dispatch(null, true);
p._dispatch(null, false);
}
};

Expand Down

0 comments on commit 142f9a3

Please sign in to comment.