mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Don't let mouseover trigger during fade out
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user