mirror of
https://github.com/penpot/penpot.git
synced 2025-07-07 00:37:17 +02: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}
|
:on-drop on-drop}
|
||||||
[:g.zoom {:transform (str "scale(" zoom ", " zoom ")")}
|
[:g.zoom {:transform (str "scale(" zoom ", " zoom ")")}
|
||||||
;; [:& perf/profiler {:label "viewport-frames"}
|
;; [:& perf/profiler {:label "viewport-frames"}
|
||||||
[:& frames]
|
[:& frames {:key (:id page)}]
|
||||||
|
|
||||||
(when (seq selected)
|
(when (seq selected)
|
||||||
[:& selection-handlers {:selected selected
|
[:& selection-handlers {:selected selected
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue