From f291b0a1201b460bde327cb46dd581a48baa02ff Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 22 Feb 2017 22:32:19 -0500 Subject: [PATCH] Remove ineffective attempt to grab focus --- modules/behavior/select.js | 1 - 1 file changed, 1 deletion(-) 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(); }