mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 18:47:12 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue