usecapture for stopping right click propagation

This commit is contained in:
Ansis Brammanis
2013-01-20 19:27:20 -05:00
parent a97a4e4617
commit 5d283f0698

View File

@@ -44,7 +44,7 @@ iD.Map = function() {
if (d3.event.button == 2) {
d3.event.stopPropagation();
}
})
}, true)
.call(iD.svg.Surface());