mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
Cleanup
This commit is contained in:
parent
1eea55ad43
commit
596d662ca8
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@
|
||||||
(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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue