mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
@@ -117,7 +117,7 @@ export function modeSelect(context, selectedIDs) {
|
||||
|
||||
function singularParent() {
|
||||
var parents = commonParents();
|
||||
if (!parents) {
|
||||
if (!parents || parents.length === 0) {
|
||||
relatedParent = null;
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user