mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
@@ -44,6 +44,7 @@ d3.keybinding = function(namespace) {
|
||||
}
|
||||
|
||||
keybinding.off = function(selection) {
|
||||
bindings = [];
|
||||
selection = selection || d3.select(document);
|
||||
selection.on('keydown.capture' + namespace, null);
|
||||
selection.on('keydown.bubble' + namespace, null);
|
||||
|
||||
Reference in New Issue
Block a user