fix(core): update
This commit is contained in:
		| @@ -9,6 +9,7 @@ import { ThemeManager } from './domtools.classes.thememanager'; | ||||
|  | ||||
| export interface IDomToolsState { | ||||
|   virtualViewport: TViewport; | ||||
|   jwt: string; | ||||
| } | ||||
|  | ||||
| export class DomTools { | ||||
| @@ -73,6 +74,7 @@ export class DomTools { | ||||
|   public smartstate = new plugins.smartstate.Smartstate(); | ||||
|   public domToolsStatePart = this.smartstate.getStatePart<IDomToolsState>('domtools', { | ||||
|     virtualViewport: 'native', | ||||
|     jwt: null | ||||
|   }); | ||||
|  | ||||
|   public router = new plugins.smartrouter.SmartRouter({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user