🐛 Fix export element crashing the app

This commit is contained in:
Belén Albeza
2025-10-22 11:55:30 +02:00
parent e073b89604
commit 7ec335ae96
4 changed files with 183 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
modifiers (dm/get-in modifiers [shape-id :modifiers])
shape (gsh/transform-shape shape modifiers)
props (mf/spread-props props {:shape shape})]
props (mf/spread-props props {:shape shape :file-id file-id :page-id page-id})]
(case shape-type
:frame [:> frame/options* props]