Skip to content
Snippets Groups Projects
Commit 1c9a4edc authored by Robin Leber's avatar Robin Leber
Browse files

FEAT: clearArch when refreshing

parent 7f7e2761
No related branches found
No related tags found
No related merge requests found
......@@ -132,4 +132,8 @@ function App() {
});
}
window.addEventListener("beforeunload", async function (event) {
await clearArchitecture();
});
App();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment