notify views when hover finishes in tooltip wrapper

This commit is contained in:
Kay Simmons 2022-12-08 11:26:46 -08:00
parent 750e7eb833
commit 10aecc310e

View file

@ -115,6 +115,7 @@ impl Tooltip {
} else {
state.visible.set(false);
state.debounce.take();
cx.notify();
}
}
})