Skip to content

Commit

Permalink
Revert #5824
Browse files Browse the repository at this point in the history
Original fix uses nonexistent method and intent is not clear, so reverting for now
  • Loading branch information
hlomzik committed May 8, 2024
1 parent e2d9351 commit c3ef601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/libs/datamanager/src/stores/AppStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export const AppStore = types

beforeDestroy() {
clearTimeout(self._poll);
self.viewsStore?.forEach?.((view) => view.destroy());
window.removeEventListener("popstate", self.handlePopState);
networkActivity.destroy();
},
Expand Down

0 comments on commit c3ef601

Please sign in to comment.