mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 00:06:11 +02:00
🐛 Fix group renaming problem
This commit is contained in:
parent
bb49071088
commit
c8c43de510
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
- Fix rename typography on text options [Taiga #1963](https://tree.taiga.io/project/penpot/issue/1963)
|
- 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 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 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
|
### :arrow_up: Deps updates
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
|
|
|
@ -941,6 +941,7 @@
|
||||||
(when-not (empty? path-item)
|
(when-not (empty? path-item)
|
||||||
[:& colors-group {:file-id file-id
|
[:& colors-group {:file-id file-id
|
||||||
:prefix (cp/merge-path-item prefix path-item)
|
:prefix (cp/merge-path-item prefix path-item)
|
||||||
|
:key (str "group-" path-item)
|
||||||
:groups content
|
:groups content
|
||||||
:open-groups open-groups
|
:open-groups open-groups
|
||||||
:local? local?
|
:local? local?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue