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:
committed by
Joshua M. Boniface
parent
7cf812df37
commit
87cae4336c
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user