Fixed vite dev server freezing

This commit is contained in:
Aleksi Lassila
2023-08-09 23:54:31 +03:00
parent 25c018174d
commit 4d98320581
5 changed files with 14 additions and 29 deletions

View File

@@ -14,8 +14,6 @@ function createDynamicModalStack() {
top: undefined
});
store.subscribe(console.log);
function close(symbol: Symbol) {
store.update((s) => {
s.stack = s.stack.filter((i) => i.id !== symbol);