mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
fix: building working, (lots of bugs)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default function sendThemeUpdate() {
|
||||
const iframe = document.getElementById('ExtensionIframe') as HTMLIFrameElement
|
||||
/* const iframe = document.getElementById('ExtensionIframe') as HTMLIFrameElement
|
||||
if (iframe) {
|
||||
iframe.contentWindow?.postMessage({ type: 'themeChanged' }, '*');
|
||||
}
|
||||
} */
|
||||
}
|
||||
Reference in New Issue
Block a user