We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9415f9f commit 1c5fcc5Copy full SHA for 1c5fcc5
1 file changed
src/component/TabBar.jsx
@@ -16,7 +16,6 @@ const TabBar = ({ superState, dispatcher }) => {
16
if (!window.confirm('Do you confirm to close the tab? This action is irreversable.')) return;
17
localStorageManager.remove(superState.graphs[i] ? superState.graphs[i].graphID : null);
18
dispatcher({ type: T.REMOVE_GRAPH, payload: i });
19
- window.location.reload();
20
};
21
const editCur = (e) => {
22
e.stopPropagation();
0 commit comments