mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
auto close theme creator on open
This commit is contained in:
@@ -5,6 +5,8 @@ import browser from "webextension-polyfill";
|
||||
* @returns void
|
||||
*/
|
||||
export function OpenThemeCreator() {
|
||||
CloseThemeCreator();
|
||||
|
||||
const width = '310px';
|
||||
|
||||
const themeCreatorIframe: HTMLIFrameElement = document.createElement('iframe');
|
||||
|
||||
Reference in New Issue
Block a user