fix(core): update
This commit is contained in:
parent
c915c3a713
commit
6411028376
@ -17,7 +17,7 @@ export class CssManager {
|
||||
this.domtoolsPromise.then(async (domtoolsArg) => {
|
||||
domtoolsArg.themeManager.themeObservable.subscribe(async (goBrightArg) => {
|
||||
this.goBright = goBrightArg;
|
||||
await domtoolsArg.domReady;
|
||||
await domtoolsArg.domReady.promise;
|
||||
for (const bdTripletArg of this.bdVarTripletStore) {
|
||||
document.body.style.setProperty(
|
||||
bdTripletArg.cssVarName,
|
||||
|
Loading…
Reference in New Issue
Block a user