@xuda.io/runtime-bundle 1.0.622 → 1.0.623
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12304,7 +12304,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12304
12304
|
val.value = '_empty_panel_program';
|
|
12305
12305
|
}
|
|
12306
12306
|
|
|
12307
|
-
ret = await render_panel();
|
|
12307
|
+
// ret = await render_panel();
|
|
12308
12308
|
|
|
12309
12309
|
return ret;
|
|
12310
12310
|
};
|
|
@@ -10035,7 +10035,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10035
10035
|
val.value = '_empty_panel_program';
|
|
10036
10036
|
}
|
|
10037
10037
|
|
|
10038
|
-
ret = await render_panel();
|
|
10038
|
+
// ret = await render_panel();
|
|
10039
10039
|
|
|
10040
10040
|
return ret;
|
|
10041
10041
|
};
|