Skip to content

Commit 68581ee

Browse files
authored
Podcast Player: fix Calypso preview compatibility (#15191)
1 parent df5a13f commit 68581ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/blocks/podcast-player/components/podcast-player.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ export class PodcastPlayer extends Component {
180180
aria-describedby={
181181
track && track.description ? `${ playerId }__track-description` : undefined
182182
}
183+
// The following line ensures compatibility with Calypso previews (jetpack-iframe-embed.js).
184+
data-jetpack-iframe-ignore
183185
>
184186
<Header
185187
playerId={ playerId }

0 commit comments

Comments
 (0)