parent
e7aa9ea89f
commit
f679a04c58
2 changed files with 18 additions and 0 deletions
modules/ags/config/ts/notifications
|
@ -52,6 +52,8 @@ export default () => Box({
|
|||
return;
|
||||
}
|
||||
|
||||
console.log(notif.attribute.hovered);
|
||||
|
||||
// If notif isn't hovered or was closed, slide away
|
||||
if (!notif.attribute.hovered || force) {
|
||||
notif.attribute.slideAway('Left');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue