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
|
// @ts-ignore
|
||||||
this.__wrappingDialogNode.close();
|
this.__wrappingDialogNode.close();
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
this.__wrappingDialogNode.show();
|
this.__wrappingDialogNode.showModal();
|
||||||
}
|
}
|
||||||
// else {
|
// else {
|
||||||
this.enableTrapsKeyboardFocus();
|
this.enableTrapsKeyboardFocus();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue