mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Fix issue where node could not be dragged after long-clicking if something else was already selected (close #7826)
This commit is contained in:
@@ -149,7 +149,6 @@ export function behaviorDrag() {
|
||||
|
||||
|
||||
function behavior(selection) {
|
||||
_pointerId = null;
|
||||
var matchesSelector = utilPrefixDOMProperty('matchesSelector');
|
||||
var delegate = pointerdown;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user