mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
notify views when hover finishes in tooltip wrapper
This commit is contained in:
parent
750e7eb833
commit
10aecc310e
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ impl Tooltip {
|
|||
} else {
|
||||
state.visible.set(false);
|
||||
state.debounce.take();
|
||||
cx.notify();
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue