@xuda.io/runtime-bundle 1.0.550 → 1.0.552
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.
|
@@ -32680,7 +32680,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32680
32680
|
const replace = async function () {
|
|
32681
32681
|
$elm.replaceWith(from_panel ? new_$div.children() : new_$div);
|
|
32682
32682
|
if (from_panel) {
|
|
32683
|
-
$elm.data().
|
|
32683
|
+
$elm.data().xuPanelWrapper = new_$div.data().xuPanelWrapper;
|
|
32684
32684
|
}
|
|
32685
32685
|
|
|
32686
32686
|
if (val.fields_arr) {
|