Merge pull request #2624 from dmitrylyzo/fix-webos-customelements

webOS: fix Favorites tab
(cherry picked from commit 0a7b829c2c)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bill Thornton
2021-04-29 15:38:05 -04:00
committed by Joshua M. Boniface
parent 7cf812df37
commit 87cae4336c

View File

@@ -256,6 +256,8 @@ import ServerConnections from '../components/ServerConnections';
}
elem.innerHTML = html;
window.CustomElements.upgradeSubtree(elem);
const elems = elem.querySelectorAll('.itemsContainer');
for (let i = 0, length = elems.length; i < length; i++) {