Don't let mouseover trigger during fade out

This commit is contained in:
John Firebaugh
2014-01-02 16:08:44 -08:00
parent 49a4385dc9
commit 532612a261
+3 -1
View File
@@ -108,7 +108,9 @@ iD.ui.RadialMenu = function(context, operations) {
radialMenu.close = function() {
if (menu) {
menu.transition()
menu
.style('pointer-events', 'none')
.transition()
.attr('opacity', 0)
.remove();
}