mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix select color tooltip error (#6648)
This commit is contained in:
parent
b2aaa5f0df
commit
8b9f15f414
@ -128,7 +128,8 @@
|
||||
position-tooltip
|
||||
(fn [^js tooltip trigger-rect]
|
||||
(let [all-placements (get-fallback-order placement)]
|
||||
(.showPopover ^js tooltip)
|
||||
(when (.-isConnected tooltip)
|
||||
(.showPopover ^js tooltip))
|
||||
(loop [[current-placement & remaining-placements] all-placements]
|
||||
(when current-placement
|
||||
(reset! placement* current-placement)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user