Skip to content

Commit

Permalink
fix(dialog): not delegating focus in closure
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567363579
  • Loading branch information
asyncLiz authored and copybara-github committed Sep 21, 2023
1 parent 448fcdd commit 375b766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialog/internal/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class Dialog extends LitElement {
requestUpdateOnAriaChange(Dialog);
}

/** @nocollapse */
static override shadowRootOptions = {
...LitElement.shadowRootOptions,
delegatesFocus: true
Expand Down

0 comments on commit 375b766

Please sign in to comment.