@xuda.io/runtime-bundle 1.0.555 → 1.0.556
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
|
@@ -12990,7 +12990,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12990
12990
|
$elm.replaceWith(new_$div);
|
|
12991
12991
|
if (from_panel) {
|
|
12992
12992
|
const xuPanelWrapper = _.clone(new_$div.data().xuPanelWrapper);
|
|
12993
|
-
$elm.parent().data(
|
|
12993
|
+
$elm.parent().data().xuPanelWrapper = xuPanelWrapper;
|
|
12994
12994
|
$elm.replaceWith(new_$div.children());
|
|
12995
12995
|
}
|
|
12996
12996
|
|
|
@@ -10722,7 +10722,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10722
10722
|
$elm.replaceWith(new_$div);
|
|
10723
10723
|
if (from_panel) {
|
|
10724
10724
|
const xuPanelWrapper = _.clone(new_$div.data().xuPanelWrapper);
|
|
10725
|
-
$elm.parent().data(
|
|
10725
|
+
$elm.parent().data().xuPanelWrapper = xuPanelWrapper;
|
|
10726
10726
|
$elm.replaceWith(new_$div.children());
|
|
10727
10727
|
}
|
|
10728
10728
|
|