Merge pull request #1789 from penpot/superalex-show-in-exports-is-showing-in-multiselections

🐛 'Show in exports' is showing in multiselections
This commit is contained in:
Pablo Alba 2022-04-06 13:58:21 +02:00 committed by GitHub
commit 004fddfcf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"