This commit is contained in:
mgabdev
2020-03-06 10:38:22 -05:00
parent 5109276331
commit da3d0c3462
39 changed files with 512 additions and 564 deletions

View File

@@ -27,17 +27,17 @@ class Item extends ImmutablePureComponent {
displayWidth: PropTypes.number,
visible: PropTypes.bool.isRequired,
dimensions: PropTypes.object,
};
}
static defaultProps = {
standalone: false,
index: 0,
size: 1,
};
}
state = {
loaded: false,
};
}
handleMouseEnter = (e) => {
if (this.hoverToPlay()) {