Skip to content

Commit

Permalink
web: Keep embed observedAttributes in sync with player
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored Dec 27, 2024
1 parent 0a7a0c1 commit c483860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class RuffleEmbedElement extends RufflePlayerElement {
* @internal
*/
static override get observedAttributes(): string[] {
return ["src", "width", "height", "align"];
return [...RufflePlayerElement.observedAttributes, "src"];
}

/**
Expand Down

0 comments on commit c483860

Please sign in to comment.