mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
💄 Removed forgotten print (#8594)
This commit is contained in:
parent
7ec9261475
commit
31a4a7f21f
@ -189,7 +189,6 @@
|
|||||||
(clear-schedule schedule-ref)
|
(clear-schedule schedule-ref)
|
||||||
(add-schedule schedule-ref (d/nilv delay 300)
|
(add-schedule schedule-ref (d/nilv delay 300)
|
||||||
(fn []
|
(fn []
|
||||||
(prn tooltip-id)
|
|
||||||
(when-let [active @active-tooltip]
|
(when-let [active @active-tooltip]
|
||||||
(when (not= (:id active) tooltip-id)
|
(when (not= (:id active) tooltip-id)
|
||||||
(when-let [tooltip-el (dom/get-element (:id active))]
|
(when-let [tooltip-el (dom/get-element (:id active))]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user