@xuda.io/runtime-bundle 1.0.526 → 1.0.527
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.
|
@@ -33424,7 +33424,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
33424
33424
|
} else {
|
|
33425
33425
|
$.each($wrapper.children(), function (key, child) {
|
|
33426
33426
|
$.each($container.children(), function (key, elm) {
|
|
33427
|
-
if ($(elm)
|
|
33427
|
+
if ($(elm)?.data()?.xuData && $(elm)?.data()?.xuData?.elem_key === $(child)?.data()?.xuData?.elem_key) {
|
|
33428
33428
|
$(elm).remove();
|
|
33429
33429
|
}
|
|
33430
33430
|
});
|