0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

Merge pull request #2445 from penpot/palba-boards-grouped-titles

🐛 Fix boards grouped shouldn't show the title
This commit is contained in:
Eva Marco 2022-10-13 14:35:19 +02:00 committed by GitHub
commit 9e6f12cb82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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!)

View file

@ -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))