smartxworks / sunmao-ui

A Framework for Developing Low-code Tool
https://sunmao-ui.com
Apache License 2.0
1.38k stars 94 forks source link

fix(AppModel): update componentMap after copying top-level components #702

Closed xzdry closed 1 year ago

xzdry commented 1 year ago

Fix: when copying a top-level component, it was not possible to continue copying its children because the corresponding child component had not been updated to the componentMap, resulting in an error when continuing to copy its children because it was not found.