mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 09:46:12 +02:00
🐛 Fixed thumbnail to change color
This commit is contained in:
parent
c30aa7346b
commit
2aaa82a5c4
1 changed files with 2 additions and 1 deletions
|
@ -313,7 +313,8 @@
|
||||||
nil))
|
nil))
|
||||||
|
|
||||||
[:div.group-list-item {:on-context-menu on-context-menu}
|
[:div.group-list-item {:on-context-menu on-context-menu}
|
||||||
[:& bc/color-bullet {:color color}]
|
[:& bc/color-bullet {:color color
|
||||||
|
:on-click click-color}]
|
||||||
|
|
||||||
(if (:editing @state)
|
(if (:editing @state)
|
||||||
[:input.element-name
|
[:input.element-name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue