mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 06:56:10 +02:00
🐛 Fix preview layer blend modes on multiselection and avoid
persisting data while previewing
This commit is contained in:
parent
23f0ee9e55
commit
6eb5c75ad4
6 changed files with 59 additions and 26 deletions
|
@ -72,6 +72,9 @@
|
|||
(d/read-string))]
|
||||
(on-pointer-leave-option value)))))]
|
||||
|
||||
(mf/with-effect [default-value]
|
||||
(swap! state* assoc :current-value default-value))
|
||||
|
||||
[:div.custom-select {:on-click open-dropdown :class class}
|
||||
[:span current-label]
|
||||
[:span.dropdown-button i/arrow-down]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue