fix(dialog): not delegating focus in closure

PiperOrigin-RevId: 567363579
This commit is contained in:
Elizabeth Mitchell 2023-09-21 11:16:19 -07:00 committed by Copybara-Service
parent 448fcddfa2
commit 375b7664ef

View File

@ -31,6 +31,7 @@ export class Dialog extends LitElement {
requestUpdateOnAriaChange(Dialog);
}
/** @nocollapse */
static override shadowRootOptions = {
...LitElement.shadowRootOptions,
delegatesFocus: true