fix dialog aria-expand attribute
This commit is contained in:
parent
e9b64bf253
commit
54219c52ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,7 @@ export class OverlayController extends EventTarget {
|
|||
// @ts-ignore
|
||||
this.__wrappingDialogNode.close();
|
||||
// @ts-ignore
|
||||
this.__wrappingDialogNode.show();
|
||||
this.__wrappingDialogNode.showModal();
|
||||
}
|
||||
// else {
|
||||
this.enableTrapsKeyboardFocus();
|
||||
|
|
|
|||
Loading…
Reference in a new issue