notifpopups: destroy event wrapper
Destroy the eventbox wrapper when notif widget is destroyed
This commit is contained in:
parent
022016a32f
commit
d1daba8aac
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ export default () => (
|
||||||
}}
|
}}
|
||||||
// Close on hover lost
|
// Close on hover lost
|
||||||
onHoverLost={() => popup.destroyWithAnims()}
|
onHoverLost={() => popup.destroyWithAnims()}
|
||||||
|
setup={self => self.hook(popup, "destroy", () => self.destroy())}
|
||||||
>
|
>
|
||||||
{popup}
|
{popup}
|
||||||
</eventbox>
|
</eventbox>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue