mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Test
This commit is contained in:
@@ -313,6 +313,7 @@
|
|||||||
(mf/use-effect
|
(mf/use-effect
|
||||||
(mf/deps mdata)
|
(mf/deps mdata)
|
||||||
(fn []
|
(fn []
|
||||||
|
(js/console.log "(mf/ref-val dropdown-ref)" (mf/ref-val dropdown-ref))
|
||||||
(when-let [node (mf/ref-val dropdown-ref)]
|
(when-let [node (mf/ref-val dropdown-ref)]
|
||||||
(reset! width (.-offsetWidth node)))))
|
(reset! width (.-offsetWidth node)))))
|
||||||
[:& dropdown {:show (boolean mdata)
|
[:& dropdown {:show (boolean mdata)
|
||||||
|
|||||||
Reference in New Issue
Block a user