🐛 Fix regression on not updating measures ui on moving frames

This commit is contained in:
Andrey Antukh 2025-08-28 09:35:19 +02:00
parent a303df9c34
commit a2c3208af9

View File

@ -53,7 +53,8 @@
modifiers (mf/deref refs/workspace-modifiers)
modifiers (dm/get-in modifiers [shape-id :modifiers])
shape (gsh/transform-shape shape modifiers)]
shape (gsh/transform-shape shape modifiers)
props (mf/spread-props props {:shape shape})]
(case shape-type
:frame [:> frame/options* props]