mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
fix(dialog): not delegating focus in closure
PiperOrigin-RevId: 567363579
This commit is contained in:
parent
448fcddfa2
commit
375b7664ef
@ -31,6 +31,7 @@ export class Dialog extends LitElement {
|
||||
requestUpdateOnAriaChange(Dialog);
|
||||
}
|
||||
|
||||
/** @nocollapse */
|
||||
static override shadowRootOptions = {
|
||||
...LitElement.shadowRootOptions,
|
||||
delegatesFocus: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user