fix: theme disabling when opening editor #204

This commit is contained in:
SethBurkart123
2025-02-11 18:59:57 +11:00
parent 92a51daf36
commit 3ce075cd47
+1 -1
View File
@@ -55,7 +55,7 @@
} }
onMount(async () => { onMount(async () => {
disableTheme(); await disableTheme();
if (themeID) { if (themeID) {
const tempTheme = await getTheme(themeID) const tempTheme = await getTheme(themeID)