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
commit 0a7b829c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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++) {