diff --git a/config/ags/js/notifications/popup.js b/config/ags/js/notifications/popup.js index d30c036..28547fe 100644 --- a/config/ags/js/notifications/popup.js +++ b/config/ags/js/notifications/popup.js @@ -21,6 +21,7 @@ const Popups = () => Box({ timeout(200, () => { if (box._map.get(id).interval) { source_remove(box._map.get(id).interval); + box._map.get(id).interval = undefined; } box._map.get(id)?.destroy(); box._map.delete(id); @@ -47,6 +48,7 @@ const Popups = () => Box({ if (box._map.get(id).interval) { source_remove(box._map.get(id).interval); + box._map.get(id).interval = undefined; } } });