mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 22:27:14 +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
|
(defn- hide-popover
|
||||||
[node]
|
[node]
|
||||||
|
(dom/unset-css-property! node "block-size")
|
||||||
(dom/unset-css-property! node "display")
|
(dom/unset-css-property! node "display")
|
||||||
(.hidePopover ^js node))
|
(.hidePopover ^js node))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue