mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 16:27:17 +02:00
🐛 'Show in exports' is showing in multiselections
This commit is contained in:
parent
e62f0603b5
commit
5edbebcfec
2 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
:on-blur on-blur}])])
|
||||
|
||||
(when (or (= type :frame)
|
||||
(and (= type :multiple) (some? hide-fill-on-export?)))
|
||||
(and (= type :multiple) (some? (:hide-fill-on-export values))))
|
||||
[:div.input-checkbox
|
||||
[:input {:type "checkbox"
|
||||
:id "show-fill-on-export"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue