bugfix :: issue :: 통합검색 후 ESC 버튼 누른후 통합검색 초기화가 안됨 >> esc 로 못 닫도록 수정.
This commit is contained in:
parent
64f2589e32
commit
37084c90ab
|
@ -704,6 +704,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
|
||||||
},
|
},
|
||||||
restoreFocus: false,
|
restoreFocus: false,
|
||||||
hasBackdrop: false,
|
hasBackdrop: false,
|
||||||
|
disableClose: true,
|
||||||
panelClass: 'fullSize-dialog',
|
panelClass: 'fullSize-dialog',
|
||||||
id: 'IntegratedSearchDialog'
|
id: 'IntegratedSearchDialog'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user