Remove event

This commit is contained in:
Ansis Brammanis
2013-02-04 15:30:59 -05:00
parent 6dd1bebe89
commit 83e241083d
+2
View File
@@ -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)