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

webOS: fix Favorites tab
This commit is contained in:
Bill Thornton
2021-04-29 15:38:05 -04:00
committed by GitHub
+2
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++) {