From c8c43de510228a0582ec05c918d4d4549d9525fa Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 31 Aug 2021 15:52:39 +0200 Subject: [PATCH] :bug: Fix group renaming problem --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/sidebar/assets.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1dc1d62c6..f5ba977c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,7 @@ - Fix rename typography on text options [Taiga #1963](https://tree.taiga.io/project/penpot/issue/1963) - Fix problems with order in groups [Taiga #1960](https://tree.taiga.io/project/penpot/issue/1960) - Fix SVG components preview [#1134](https://github.com/penpot/penpot/issues/1134) +- Fix group renaming problem [Taiga #1969](https://tree.taiga.io/project/penpot/issue/1969) ### :arrow_up: Deps updates ### :boom: Breaking changes diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs index 92fb5c06a..dfe983c71 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs @@ -941,6 +941,7 @@ (when-not (empty? path-item) [:& colors-group {:file-id file-id :prefix (cp/merge-path-item prefix path-item) + :key (str "group-" path-item) :groups content :open-groups open-groups :local? local?