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
commit 2eb335158b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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