We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5a13f commit 68581eeCopy full SHA for 68581ee
extensions/blocks/podcast-player/components/podcast-player.js
@@ -180,6 +180,8 @@ export class PodcastPlayer extends Component {
180
aria-describedby={
181
track && track.description ? `${ playerId }__track-description` : undefined
182
}
183
+ // The following line ensures compatibility with Calypso previews (jetpack-iframe-embed.js).
184
+ data-jetpack-iframe-ignore
185
>
186
<Header
187
playerId={ playerId }
0 commit comments