fix(core): update
This commit is contained in:
@ -150,7 +150,9 @@ export class WccDashboard extends LitElement {
|
||||
}
|
||||
const domtoolsInstance = await plugins.deesDomtools.elementBasic.setup();
|
||||
domtoolsInstance.setVirtualViewport(routeInfo.params.viewport as TViewport);
|
||||
domtoolsInstance.themeManager.goBrightBoolean = this.selectedTheme === 'bright';
|
||||
this.selectedTheme === 'bright' ?
|
||||
domtoolsInstance.themeManager.goBright() :
|
||||
domtoolsInstance.themeManager.goDark();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user