@xuda.io/runtime-bundle 1.0.1056 → 1.0.1058
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.
|
@@ -32350,7 +32350,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32350
32350
|
}
|
|
32351
32351
|
// append order handling
|
|
32352
32352
|
|
|
32353
|
-
if (!$container.children()) {
|
|
32353
|
+
if (!$container.children().length) {
|
|
32354
32354
|
new_$div.appendTo($container);
|
|
32355
32355
|
} else {
|
|
32356
32356
|
// iterate the container node
|
|
@@ -32360,7 +32360,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32360
32360
|
if ($elm.length) {
|
|
32361
32361
|
$last_elm_found = $elm;
|
|
32362
32362
|
}
|
|
32363
|
-
if (
|
|
32363
|
+
if (keyP == item_key) {
|
|
32364
32364
|
debugger;
|
|
32365
32365
|
}
|
|
32366
32366
|
});
|