@lvce-editor/renderer-process 30.33.2 → 30.33.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8867,6 +8867,7 @@ const createFunctionalRoot = (id, uid = id, hasFunctionalEvents) => {
|
|
|
8867
8867
|
const instanceState = {
|
|
8868
8868
|
$Viewlet: document.createElement('div')
|
|
8869
8869
|
};
|
|
8870
|
+
set$5(instanceState.$Viewlet, uid);
|
|
8870
8871
|
set$a(uid, {
|
|
8871
8872
|
factory: module,
|
|
8872
8873
|
state: instanceState
|