mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Add missing key on viewport frames.
This commit is contained in:
parent
317a39e76b
commit
9734bc9325
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@
|
|||
:on-drop on-drop}
|
||||
[:g.zoom {:transform (str "scale(" zoom ", " zoom ")")}
|
||||
;; [:& perf/profiler {:label "viewport-frames"}
|
||||
[:& frames]
|
||||
[:& frames {:key (:id page)}]
|
||||
|
||||
(when (seq selected)
|
||||
[:& selection-handlers {:selected selected
|
||||
|
|
Loading…
Add table
Reference in a new issue