diff --git a/modules/behavior/select.js b/modules/behavior/select.js index 8d9727c33..59273d144 100644 --- a/modules/behavior/select.js +++ b/modules/behavior/select.js @@ -35,7 +35,6 @@ export function behaviorSelect(context) { function contextmenu() { if (!p1) p1 = point(); d3.event.preventDefault(); - context.surface().node().focus(); suppressMenu = false; click(); }