Skip to content

Commit aa4e593

Browse files
authored
Merge pull request #84 from Rahuljagwani/main
#83 solved
2 parents 9415f9f + 1c5fcc5 commit aa4e593

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/component/TabBar.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const TabBar = ({ superState, dispatcher }) => {
1616
if (!window.confirm('Do you confirm to close the tab? This action is irreversable.')) return;
1717
localStorageManager.remove(superState.graphs[i] ? superState.graphs[i].graphID : null);
1818
dispatcher({ type: T.REMOVE_GRAPH, payload: i });
19-
window.location.reload();
2019
};
2120
const editCur = (e) => {
2221
e.stopPropagation();

0 commit comments

Comments
 (0)