web/elements: fix flipped theme in codemirror (#4901)
This commit is contained in:
@ -131,7 +131,6 @@ export class AKElement extends LitElement {
|
||||
}
|
||||
|
||||
_activateTheme(root: AdoptedStyleSheetsElement, theme: UiThemeEnum) {
|
||||
console.log("activating theme", theme, this._activeTheme, this);
|
||||
if (theme === this._activeTheme) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user