mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix wrong value on property copy on inspect styles (#8605)
This commit is contained in:
parent
31a4a7f21f
commit
9b3207b06c
@ -84,7 +84,7 @@
|
|||||||
:else "none")))
|
:else "none")))
|
||||||
copy-attr
|
copy-attr
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
(mf/deps copied formatted-color-value)
|
(mf/deps copied copiable-value)
|
||||||
(fn []
|
(fn []
|
||||||
(reset! copied* true)
|
(reset! copied* true)
|
||||||
(clipboard/to-clipboard copiable-value)
|
(clipboard/to-clipboard copiable-value)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user