mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 13:15:15 +02:00
🐛 Fix reposition on tooltip
This commit is contained in:
parent
41c8bba1df
commit
5ccf34fdae
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
(defn- hide-popover
|
||||
[node]
|
||||
(dom/unset-css-property! node "block-size")
|
||||
(dom/unset-css-property! node "display")
|
||||
(.hidePopover ^js node))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue