mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Remove event
This commit is contained in:
@@ -99,6 +99,8 @@ iD.behavior.Draw = function(context) {
|
||||
.on('mousemove.draw', null)
|
||||
.on('click.draw', null);
|
||||
|
||||
d3.select(window).on('mouseup.draw', null);
|
||||
|
||||
d3.select(document)
|
||||
.call(keybinding.off)
|
||||
.on('keydown.draw', null)
|
||||
|
||||
Reference in New Issue
Block a user