mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
Merge pull request #6413 from penpot/eva-fix-tooltip-display-prop
🐛 Fix tooltip display on hide
This commit is contained in:
parent
e2918f4148
commit
348a9c82bf
@ -160,7 +160,7 @@
|
||||
(when-let [schedule (mf/ref-val schedule-ref)]
|
||||
(ts/dispose! schedule)
|
||||
(mf/set-ref-val! schedule-ref nil))
|
||||
(dom/set-css-property! tooltip "display" "none")
|
||||
(dom/unset-css-property! tooltip "display")
|
||||
(.hidePopover ^js tooltip))))
|
||||
|
||||
handle-key-down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user