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