mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Remove ineffective attempt to grab focus
This commit is contained in:
@@ -35,7 +35,6 @@ export function behaviorSelect(context) {
|
||||
function contextmenu() {
|
||||
if (!p1) p1 = point();
|
||||
d3.event.preventDefault();
|
||||
context.surface().node().focus();
|
||||
suppressMenu = false;
|
||||
click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user