Zoom 설정 없을 경우에 화면 안나오는 문제 수정.

This commit is contained in:
leejinho 2020-01-14 08:51:41 +09:00
parent 20110f2c2a
commit 34636ad611

View File

@ -41,6 +41,8 @@ export class Effects {
ofType(changeZoom), ofType(changeZoom),
map(action => action.zoom), map(action => action.zoom),
tap(zoom => { tap(zoom => {
zoom = zoom || 100;
const appUserInfo = this.localStorageService.encGet<AppUserInfo>( const appUserInfo = this.localStorageService.encGet<AppUserInfo>(
KEY_APP_USER_INFO, KEY_APP_USER_INFO,
environment.customConfig.appKey environment.customConfig.appKey