From 521703a285f9491c7c07b1697035637c0e0d9295 Mon Sep 17 00:00:00 2001 From: Cristian Necula Date: Mon, 27 May 2019 14:34:49 +0300 Subject: [PATCH] (patch) Sometimes all items are hidden after updating the items list Fixes #84 --- cosmoz-data-nav.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cosmoz-data-nav.js b/cosmoz-data-nav.js index def9bdb..7dd6c3f 100644 --- a/cosmoz-data-nav.js +++ b/cosmoz-data-nav.js @@ -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(); }