@xuda.io/runtime-bundle 1.0.811 → 1.0.812
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.
|
@@ -34378,7 +34378,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34378
34378
|
$div.hover(
|
|
34379
34379
|
function (e) {
|
|
34380
34380
|
// hover_in($div);
|
|
34381
|
-
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
34381
|
+
// func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
34382
34382
|
},
|
|
34383
34383
|
function (e) {
|
|
34384
34384
|
func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);
|