Don't highlight previous parent way

(closes #3657)
This commit is contained in:
Bryan Housel
2016-12-17 23:13:10 -05:00
parent fac0429c4c
commit d69c4d6d9a
+1 -1
View File
@@ -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;
}