[Glitch] Stop gifv timeline preview explicitly when open the media gallery
Port 2a113f0185
to glitch-soc
lolsob-rspec
parent
e495dc0134
commit
fc64d1d03e
|
@ -71,6 +71,10 @@ class Item extends React.PureComponent {
|
|||
const { index, onClick } = this.props;
|
||||
|
||||
if (e.button === 0 && !(e.ctrlKey || e.metaKey)) {
|
||||
if (this.hoverToPlay()) {
|
||||
e.target.pause();
|
||||
e.target.currentTime = 0;
|
||||
}
|
||||
e.preventDefault();
|
||||
onClick(index);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue