Skip to content

Commit

Permalink
(patch) Sometimes all items are hidden after updating the items list
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
cristinecula committed May 27, 2019
1 parent 2ddc8c6 commit 521703a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cosmoz-data-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,8 @@
return idx;
}
} else if (isSelected) {
// make sure that the instance is visible (may be a re-aligned invisible instance)
element.__instance._showHideChildren(false);
// resize is a expensive operation
this._renderRan = this._notifyElementResize();
}
Expand Down

0 comments on commit 521703a

Please sign in to comment.