From 5edbebcfec4855674cd83e5a08ae095527efc189 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 6 Apr 2022 09:37:12 +0200 Subject: [PATCH] :bug: 'Show in exports' is showing in multiselections --- CHANGES.md | 1 + .../src/app/main/ui/workspace/sidebar/options/menus/fill.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c8a9c4a84..7e14b2bc3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,7 @@ ### :bug: Bugs fixed +- "Show in exports" is showing in multiselections [Taiga 3194](https://tree.taiga.io/project/penpot/issue/3194) - Fix line gap between shapes [Taiga #3181](https://tree.taiga.io/project/penpot/issue/3181) - Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183) - Fix scroll into view behind fixed element [Taiga #3170](https://tree.taiga.io/project/penpot/issue/3170) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs index 4156c2c56..8741f3dce 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs @@ -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"