Skip to content

Commit

Permalink
Don't highlight previous parent way
Browse files Browse the repository at this point in the history
(closes #3657)
  • Loading branch information
bhousel committed Dec 18, 2016
1 parent fac0429 commit d69c4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/modes/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d69c4d6

Please sign in to comment.