Skip to content

Commit

Permalink
Merge pull request #36 from Brightspace/brissons/PHNX-1945
Browse files Browse the repository at this point in the history
  • Loading branch information
brissons authored Jun 20, 2024
2 parents 1c09d9b + 51177de commit 0f39add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d2l-iframe-wrapper-for-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class IFrame extends LitElement {
class="resizing-iframe"
src=${this.src}
allow="camera *; microphone *; display-capture *; encrypted-media *; fullscreen *; autoplay *;"
@load=${this._onFrameLoad}}
@load=${this._onFrameLoad}
style=${styleMap(style)}
></iframe>
`;
Expand Down

0 comments on commit 0f39add

Please sign in to comment.