@xuda.io/runtime-bundle 1.0.584 → 1.0.585
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.
|
@@ -31792,8 +31792,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31792
31792
|
if (_session.engine_mode === 'live_preview') {
|
|
31793
31793
|
console.info('========= refresh info ==============');
|
|
31794
31794
|
console.info('reason:', refresh_reason);
|
|
31795
|
-
console.info('details
|
|
31796
|
-
console.info('
|
|
31795
|
+
console.info('details:', refresh_details);
|
|
31796
|
+
console.info('panel:', panel_val);
|
|
31797
31797
|
console.info('=====================================');
|
|
31798
31798
|
}
|
|
31799
31799
|
const $div_elm = panel_val.$panel_div;
|