mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 03:21:26 -05: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 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…
Add table
Reference in a new issue