Merge pull request #6413 from penpot/eva-fix-tooltip-display-prop

🐛 Fix tooltip display on hide
This commit is contained in:
Eva Marco 2025-05-06 19:36:29 +02:00 committed by GitHub
parent e2918f4148
commit 348a9c82bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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