clear dock popover when hidden

This commit is contained in:
Ashley Wulber 2022-01-06 10:50:47 -05:00
parent 9231d84dbf
commit 0454463e50
3 changed files with 19 additions and 13 deletions

View file

@ -221,7 +221,7 @@ impl Window {
glib::clone!(@weak revealer, @weak drop_controller => move |_evc| {
// only hide if DnD is not happening
if drop_controller.current_drop().is_none() {
dbg!("hello, mouse left me :)");
// dbg!("hello, mouse left me :)");
revealer.set_reveal_child(false);
}
}),