🐛 Add missing key prop on grid editor element

This commit is contained in:
Andrey Antukh 2024-02-20 20:13:35 +01:00
parent 593966a30a
commit 32ae1bcdc8

View file

@ -632,6 +632,7 @@
(not= @hover-top-frame-id (:id frame))) (not= @hover-top-frame-id (:id frame)))
[:& grid-layout/editor [:& grid-layout/editor
{:zoom zoom {:zoom zoom
:key (dm/str (:id frame))
:objects base-objects :objects base-objects
:modifiers modifiers :modifiers modifiers
:shape frame :shape frame