fix(core): update
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user