0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00
This commit is contained in:
Florian Schroedl 2024-07-29 15:24:17 +02:00
parent 1eea55ad43
commit 596d662ca8

View file

@ -313,7 +313,6 @@
(mf/use-effect
(mf/deps mdata)
(fn []
(js/console.log "(mf/ref-val dropdown-ref)" (mf/ref-val dropdown-ref))
(when-let [node (mf/ref-val dropdown-ref)]
(reset! width (.-offsetWidth node)))))
[:& dropdown {:show (boolean mdata)