diff --git a/content/hints.js b/content/hints.js index e6823671..4f18a981 100644 --- a/content/hints.js +++ b/content/hints.js @@ -53,6 +53,10 @@ vimperator.Hints = function() //{{{ valid_hints = []; canUpdate = false; hintsGenerated = false; + + if (activeTimeout) + clearTimeout(activeTimeout); + activeTimeout = null; } // this function 'click' an element, which also works