fix(ags notifs): delete popups on dismiss for real
This commit is contained in:
parent
503cf86353
commit
b0e5eebafc
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export default ({
|
|||
.notifications.length > 0;
|
||||
|
||||
// @ts-expect-error
|
||||
widget.get_parent()?.remove;
|
||||
widget.get_parent()?.remove(widget);
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue