mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
Allow disconnecting an entire way from other ways at once (close #4245)
This commit is contained in:
@@ -82,9 +82,6 @@ export function actionDisconnect(nodeId, newNodeId) {
|
||||
var sharedRelation;
|
||||
|
||||
parentWays.forEach(function(way) {
|
||||
if (wayIds && wayIds.indexOf(way.id) === -1)
|
||||
return;
|
||||
|
||||
var relations = graph.parentRelations(way);
|
||||
relations.forEach(function(relation) {
|
||||
if (relation.id in seenRelationIds) {
|
||||
|
||||
Reference in New Issue
Block a user