From 37084c90ab4befed9338d668b35474d6a9618c3d Mon Sep 17 00:00:00 2001 From: leejinho Date: Thu, 2 Apr 2020 16:44:22 +0900 Subject: [PATCH] =?UTF-8?q?bugfix=20::=20issue=20::=20=ED=86=B5=ED=95=A9?= =?UTF-8?q?=EA=B2=80=EC=83=89=20=ED=9B=84=20ESC=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=88=84=EB=A5=B8=ED=9B=84=20=ED=86=B5=ED=95=A9=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EC=B4=88=EA=B8=B0=ED=99=94=EA=B0=80=20=EC=95=88?= =?UTF-8?q?=EB=90=A8=20>>=20esc=20=EB=A1=9C=20=EB=AA=BB=20=EB=8B=AB?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/layouts/native/components/top-bar.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts index d4966be1..9efc1dea 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts @@ -704,6 +704,7 @@ export class TopBarComponent implements OnInit, OnDestroy { }, restoreFocus: false, hasBackdrop: false, + disableClose: true, panelClass: 'fullSize-dialog', id: 'IntegratedSearchDialog' });