Skip to content

Commit ac8c487

Browse files
committed
fix: 🐛 remove testing code
1 parent cde669a commit ac8c487

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Media/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ export class Media<P extends IMediaProps<M>, S extends IMediaState, M extends IM
8787
};
8888

8989
componentDidMount () {
90-
this.el.setAttribute('playsinline', '');
91-
9290
this.setState({
9391
volume: this.el.volume,
9492
muted: this.el.muted,

0 commit comments

Comments
 (0)