From 9f6a3cbc23b5927fcc1a6330ae1a3a8ea7d0fff4 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Thu, 29 Dec 2022 13:53:35 +0100 Subject: [PATCH] :bug: Fix selection stroke missing in properties of multiple texts --- CHANGES.md | 1 + common/src/app/common/pages/common.cljc | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2753544db3..39fa8208cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,7 @@ - Fix problem when moving texts with keyboard [#2690](https://github.com/penpot/penpot/issues/2690) - Fix problem when drawing boxes won't detect mouse-up [Taiga #4618](https://tree.taiga.io/project/penpot/issue/4618) - Fix missing loading icon on shared libraries [Taiga #4148](https://tree.taiga.io/project/penpot/issue/4148) +- Fix selection stroke missing in properties of multiple texts [Taiga #4048](https://tree.taiga.io/project/penpot/issue/4048) ### :arrow_up: Deps updates diff --git a/common/src/app/common/pages/common.cljc b/common/src/app/common/pages/common.cljc index c17a5e16bd..dbfe83cba6 100644 --- a/common/src/app/common/pages/common.cljc +++ b/common/src/app/common/pages/common.cljc @@ -373,6 +373,7 @@ :fill-color-ref-file :fill-color-gradient + :strokes :stroke-style :stroke-alignment :stroke-width