Fix issue where node could not be dragged after long-clicking if something else was already selected (close #7826)

This commit is contained in:
Quincy Morgan
2020-09-03 09:57:55 -04:00
parent 8d79eab50f
commit 7920f269c0
-1
View File
@@ -149,7 +149,6 @@ export function behaviorDrag() {
function behavior(selection) {
_pointerId = null;
var matchesSelector = utilPrefixDOMProperty('matchesSelector');
var delegate = pointerdown;