TESTING gifs

This commit is contained in:
mgabdev 2020-01-17 15:32:37 -05:00
parent ad906f0b30
commit 9e7b896e9e

View File

@ -71,6 +71,7 @@ class Item extends React.PureComponent {
}
onLoadedData = (e) => {
console.log("onLoadedData:", e);
if (!this.hoverToPlay()) {
e.target.play();
}