diff options
| -rw-r--r-- | src/modules/notifpopups.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/notifpopups.tsx b/src/modules/notifpopups.tsx index 9d461b1..bf253c1 100644 --- a/src/modules/notifpopups.tsx +++ b/src/modules/notifpopups.tsx @@ -42,6 +42,7 @@ export default () => ( }} // Close on hover lost onHoverLost={() => popup.destroyWithAnims()} + setup={self => self.hook(popup, "destroy", () => self.destroy())} > {popup} </eventbox> |