Merge pull request #2624 from dmitrylyzo/fix-webos-customelements
webOS: fix Favorites tab
This commit is contained in:
commit
0a7b829c2c
1 changed files with 2 additions and 0 deletions
|
@ -256,6 +256,8 @@ import ServerConnections from '../components/ServerConnections';
|
||||||
}
|
}
|
||||||
|
|
||||||
elem.innerHTML = html;
|
elem.innerHTML = html;
|
||||||
|
window.CustomElements.upgradeSubtree(elem);
|
||||||
|
|
||||||
const elems = elem.querySelectorAll('.itemsContainer');
|
const elems = elem.querySelectorAll('.itemsContainer');
|
||||||
|
|
||||||
for (let i = 0, length = elems.length; i < length; i++) {
|
for (let i = 0, length = elems.length; i < length; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue