mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix group renaming problem
This commit is contained in:
parent
bb49071088
commit
c8c43de510
@ -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
|
||||
|
||||
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user