TESTING gifs

This commit is contained in:
mgabdev 2020-01-21 16:44:17 -05:00
parent c7969ab97d
commit 10fce962c8

View File

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