mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 15:05:32 +00:00
usecapture for stopping right click propagation
This commit is contained in:
@@ -44,7 +44,7 @@ iD.Map = function() {
|
||||
if (d3.event.button == 2) {
|
||||
d3.event.stopPropagation();
|
||||
}
|
||||
})
|
||||
}, true)
|
||||
.call(iD.svg.Surface());
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user