fix(ags notifs): make clear button work again
This commit is contained in:
parent
ffa798f586
commit
39ad58ff26
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const ClearButton = () => EventBox({
|
||||||
ch.child.setStyle(ch.child._rightAnim1);
|
ch.child.setStyle(ch.child._rightAnim1);
|
||||||
timeout(500, () => {
|
timeout(500, () => {
|
||||||
button._notifList.remove(ch);
|
button._notifList.remove(ch);
|
||||||
Notifications.close(ch._id);
|
Notifications.notifications.forEach(n => n.close());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue