diff --git a/js/simple_graph.js b/js/simple_graph.js index 718e44d58..318894e8d 100644 --- a/js/simple_graph.js +++ b/js/simple_graph.js @@ -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(){