Enables to untrigger menu with space.

This commit is contained in:
zorkow 2015-09-01 02:40:41 +01:00
parent f73453512b
commit 6cc308b5d0

View File

@ -416,6 +416,9 @@
Down: function(event, menu) {
var node = menu.firstChild;
node.menuItem.Activate(event, node);
},
Space: function(event, menu) {
this.Remove(event, menu);
}
},{