@xuda.io/runtime-bundle 1.0.730 → 1.0.731
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.
|
@@ -31296,7 +31296,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31296
31296
|
elem_val,
|
|
31297
31297
|
};
|
|
31298
31298
|
new_job = await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', type, obj, new_job, elem_val.$elm);
|
|
31299
|
-
|
|
31299
|
+
console.log('add_execute_queue>>>', new_job, obj);
|
|
31300
31300
|
if (_session.engine_mode === 'live_preview') {
|
|
31301
31301
|
console.info(type, obj);
|
|
31302
31302
|
}
|