fix dialog aria-expand attribute

This commit is contained in:
okadurin 2024-08-28 09:26:41 +02:00
parent e9b64bf253
commit 54219c52ea

View file

@ -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();