From 31af6aebbd666a4d2d7cbc42f323b8764f74a579 Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Tue, 7 Oct 2025 10:08:46 +0200 Subject: [PATCH] :bug: Fix swatch error on text without fills (#7451) --- .../app/main/ui/workspace/sidebar/options/shapes/text.cljs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs index 025217501a..e267f63ce5 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/text.cljs @@ -104,12 +104,6 @@ :shape shape :attrs (conj txt/text-fill-attrs :fills)}) - fill-values - (if (not (contains? fill-values :fills)) - ;; Old fill format - {:fills [fill-values]} - fill-values) - text-values (merge (select-keys shape [:grow-type])