mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix initial audio volume not corresponding to what's displayed (#14057)
This commit is contained in:
parent
df30002df8
commit
755e8c76ab
@ -128,6 +128,7 @@ class Audio extends React.PureComponent {
|
|||||||
this.wavesurfer.createPeakCache();
|
this.wavesurfer.createPeakCache();
|
||||||
this.wavesurfer.load(this.props.src);
|
this.wavesurfer.load(this.props.src);
|
||||||
this.wavesurfer.toggleInteraction();
|
this.wavesurfer.toggleInteraction();
|
||||||
|
this.wavesurfer.setVolume(this.state.volume);
|
||||||
this.loaded = true;
|
this.loaded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user