diff --git a/core/components/menu/menu.js b/core/components/menu/menu.js index 40f517469..e4b8c83ea 100644 --- a/core/components/menu/menu.js +++ b/core/components/menu/menu.js @@ -431,6 +431,8 @@ Blockly.Menu.prototype.handleMouseOver_ = function(e) { this.unhighlightCurrent(); this.setHighlighted(menuItem); + } else { + this.unhighlightCurrent(); } } };