mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 01:31:45 +02:00
🐛 Fix boards grouped shouldn't show the title
This commit is contained in:
parent
ea15735372
commit
00180f4fba
2 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue