This commit is contained in:
Laurent Destailleur
2024-01-23 13:14:25 +01:00
parent 1f43efd08c
commit 679896f110

View File

@@ -119,7 +119,7 @@ if (empty($conf->dol_no_mouse_hover)) {
}, opendelay));
});
target.on("mouseout", function(event) {
console.log("mouse out");
console.log("mouse out of a .classforajaxtooltip");
event.stopImmediatePropagation();
clearTimeout(elemtostoretooltiptimer.data("openTimeoutId"));
target.tooltip("close");