Merge pull request #1946 from zed-industries/fix-zombie-tooltips

notify views when hover finishes in tooltip wrapper
This commit is contained in:
Kay Simmons
2022-12-08 11:37:12 -08:00
committed by GitHub

View File

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