mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°1848: Fix timeout regression on impact analysis' tooltip
This commit is contained in:
@@ -924,7 +924,7 @@ $(function()
|
||||
})
|
||||
.on( "mouseout", function(event){
|
||||
event.stopImmediatePropagation();
|
||||
clearTimeout($(this).data('openTimeoutId'));
|
||||
clearTimeout($('text[data-id="'+$(this).attr('data-id')+'"]').data('openTimeoutId'));
|
||||
});
|
||||
/* Happens at every on_drag_end !!!
|
||||
.on( "click", function(){
|
||||
|
||||
Reference in New Issue
Block a user