Use context.keybinding for keybindings that don't change

(closes #5487)
This commit is contained in:
Bryan Housel
2018-11-13 20:57:21 -05:00
parent bb30cbf555
commit 152022aec4
37 changed files with 252 additions and 319 deletions
+2 -2
View File
@@ -180,7 +180,7 @@ export function behaviorSelect(context) {
}
var behavior = function(selection) {
function behavior(selection) {
lastMouse = null;
suppressMenu = true;
p1 = null;
@@ -208,7 +208,7 @@ export function behaviorSelect(context) {
context.surface()
.classed('behavior-multiselect', true);
}
};
}
behavior.off = function(selection) {