Remove ineffective attempt to grab focus

This commit is contained in:
Bryan Housel
2017-02-22 22:32:19 -05:00
parent 6ef85c4343
commit f291b0a120
-1
View File
@@ -35,7 +35,6 @@ export function behaviorSelect(context) {
function contextmenu() {
if (!p1) p1 = point();
d3.event.preventDefault();
context.surface().node().focus();
suppressMenu = false;
click();
}