@xuda.io/runtime-bundle 1.0.403 → 1.0.404

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.
@@ -31993,6 +31993,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31993
31993
 
31994
31994
  // Callback function to execute when mutations are observed
31995
31995
  const callback = (mutationList, observer) => {
31996
+ func.UI.screen.refresh_xu_attributes(SESSION_ID, [val.value]);
31997
+ return;
31996
31998
  for (const mutation of mutationList) {
31997
31999
  if (mutation.type === 'childList') {
31998
32000
  console.log('A child node has been added or removed.');