mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
Fix video player regressions introduced by blurhash merge
This commit is contained in:
parent
b4d4138cf9
commit
6d60701bfa
1 changed files with 0 additions and 3 deletions
|
|
@ -306,9 +306,6 @@ export default class Video extends React.PureComponent {
|
|||
if (this.video && this.state.revealed && this.props.preventPlayback && !prevProps.preventPlayback) {
|
||||
this.video.pause();
|
||||
}
|
||||
}
|
||||
|
||||
componentDidUpdate (prevProps) {
|
||||
if (prevProps.blurhash !== this.props.blurhash && this.props.blurhash) {
|
||||
this._decode();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue