mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Unhighlight current item when hovering over disabled menu items (#3655)
This commit is contained in:
@@ -431,6 +431,8 @@ Blockly.Menu.prototype.handleMouseOver_ = function(e) {
|
||||
|
||||
this.unhighlightCurrent();
|
||||
this.setHighlighted(menuItem);
|
||||
} else {
|
||||
this.unhighlightCurrent();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user