Files
BetterSEQTA-Plus/src/seqta/utils/sendThemeUpdate.ts
T
2025-05-05 18:04:10 +10:00

7 lines
223 B
TypeScript

export default function sendThemeUpdate() {
/* const iframe = document.getElementById('ExtensionIframe') as HTMLIFrameElement
if (iframe) {
iframe.contentWindow?.postMessage({ type: 'themeChanged' }, '*');
} */
}