mirror of
https://github.com/penpot/penpot.git
synced 2026-03-20 09:23:47 +00:00
🐛 Fix group renaming problem
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
- Add links for terms of service and privacy policy in register checkbox [Taiga #2020](https://tree.taiga.io/project/penpot/issue/2020)
|
||||
- Allow three character hex and web colors in color picker hex input [#1184](https://github.com/penpot/penpot/issues/1184)
|
||||
- Allow lowercase search for fonts [#1180](https://github.com/penpot/penpot/issues/1180)
|
||||
- Fix group renaming problem [Taiga #1969](https://tree.taiga.io/project/penpot/issue/1969)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
### :boom: Breaking changes
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
|
||||
on-fold-group
|
||||
(mf/use-callback
|
||||
(mf/deps group-open?)
|
||||
(mf/deps file-id box path group-open?)
|
||||
(fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(st/emit! (dwl/set-assets-group-open file-id
|
||||
|
||||
Reference in New Issue
Block a user