TESTING gifs

This commit is contained in:
mgabdev 2020-01-21 16:44:17 -05:00
parent c7969ab97d
commit 10fce962c8
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ class Item extends React.PureComponent {
handleLoadedData = (e) => {
console.log("handleLoadedData:", e, this.hoverToPlay());
if (!this.hoverToPlay()) {
e.target.play();
}
// if (!this.hoverToPlay()) {
// e.target.play();
// }
}
hoverToPlay () {