When you are in a submenu and exit (any way) too fast the event in the function '''RadialMenu.prototype.handleCenterClick''' call '''self.returnToParentMenu();''' instead of '''self.close();'''. This makes it difficult to tell when the menu is completely closed
|
RadialMenu.prototype.handleCenterClick = function () { |