@xuda.io/runtime-bundle 1.0.565 → 1.0.566
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.
|
@@ -32932,7 +32932,8 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
32932
32932
|
|
|
32933
32933
|
const new_key = key.split(':')[0]; // break expression
|
|
32934
32934
|
if (
|
|
32935
|
-
nodeP.tagName !== 'xu-panel' &&
|
|
32935
|
+
nodeP.tagName !== 'xu-panel' &&
|
|
32936
|
+
nodeP.tagName !== 'xu-teleport' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
|
|
32936
32937
|
(new_key.substr(0, 2) !== 'xu' || new_key.substr(2, 1) !== '-')
|
|
32937
32938
|
) {
|
|
32938
32939
|
// handle common html attributes
|