mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Use context.keybinding for keybindings that don't change
(closes #5487)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user