File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import { LayersManager } from './layers-manager';
4242import { MobileManager } from './mobileManager' ;
4343import { SearchManager } from './search-manager' ;
4444import { UiValidation } from './ui-validation' ;
45+ import { ServiceLocator } from '@app/engine/core/service-locator' ;
4546
4647export class UiManager {
4748 private static readonly LONG_TIMER_DELAY = MILLISECONDS_PER_SECOND * 100 ;
@@ -89,6 +90,7 @@ export class UiManager {
8990 /** This runs after the drawManagerInstance starts */
9091 static postStart ( ) {
9192 UiValidation . initUiValidation ( ) ;
93+ ServiceLocator . getRenderer ( ) . resizeCanvas ( true ) ;
9294
9395 setTimeout ( ( ) => {
9496 const imageElements = document . querySelectorAll ( 'img' ) as unknown as {
You can’t perform that action at this time.
0 commit comments