in shells/browser/shared/src/main.js [95:113]
browserTheme: getBrowserTheme(),
showTabBar: true,
store,
viewElementSourceFunction,
rootContainer: currentPanel.container,
})
);
}
};
render();
}
cloneStyleTags = () => {
const linkTags = [];
for (const linkTag of document.getElementsByTagName('link')) {
if (linkTag.rel === 'stylesheet') {
const newLinkTag = document.createElement('link');
for (const attribute of linkTag.attributes) {