mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 08:45:13 +02:00
Fixed vite dev server freezing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user