mirror of
https://github.com/penpot/penpot.git
synced 2026-02-28 15:24:15 +00:00
Merge pull request #2445 from penpot/palba-boards-grouped-titles
🐛 Fix boards grouped shouldn't show the title
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
- Fix ungroup does not work for typographies [Taiga #4195](https://tree.taiga.io/project/penpot/issue/4195)
|
||||
- Fix inviting to non existing users can fail [Taiga #4108](https://tree.taiga.io/project/penpot/issue/4108)
|
||||
- Fix components marked as touched when moved [Taiga #4061](https://tree.taiga.io/project/penpot/task/4061)
|
||||
- Fix boards grouped shouldn't show the title [Taiga #4251](https://tree.taiga.io/project/penpot/issue/4251)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
### :heart: Community contributions by (Thank you!)
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
|
||||
[:g.frame-titles
|
||||
(for [frame frames]
|
||||
(when (= (:frame-id frame) uuid/zero)
|
||||
(when (= (:parent-id frame) uuid/zero)
|
||||
[:& frame-title {:key (dm/str "frame-title-" (:id frame))
|
||||
:frame frame
|
||||
:selected? (contains? selected (:id frame))
|
||||
|
||||
Reference in New Issue
Block a user