@xuda.io/runtime-bundle 1.0.1093 → 1.0.1094
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.
|
@@ -34583,11 +34583,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34583
34583
|
|
|
34584
34584
|
var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str);
|
|
34585
34585
|
|
|
34586
|
-
$div.css('display', 'none');
|
|
34587
|
-
|
|
34588
34586
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
34589
34587
|
let $div = temp_$div.clone(true);
|
|
34590
34588
|
|
|
34589
|
+
$div.css('display', 'none');
|
|
34590
|
+
|
|
34591
34591
|
$div.hover(
|
|
34592
34592
|
function (e) {
|
|
34593
34593
|
hover_in($div, e);
|