Skip to content

Commit

Permalink
Fix: Update view after reset
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyOrc-C committed Aug 13, 2023
1 parent a5beb9c commit 9c4b218
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
selectedClusters.clear();
updateEntityAnchor();
view.reset();
updateView();
id = loadId;
window.history.replaceState(undefined, "", `/app/?id=${id}`);
Expand Down

0 comments on commit 9c4b218

Please sign in to comment.