Files
BetterSEQTA-Plus/src/seqta/utils/sendThemeUpdate.ts
T
2024-09-02 21:46:48 +10:00

6 lines
222 B
TypeScript

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