mouse down wiggle
This commit is contained in:
parent
31f3c80334
commit
74271de3ff
@ -34,7 +34,7 @@ class ConstructAvatar extends Component {
|
||||
<div
|
||||
class="avatar"
|
||||
id={construct.id}
|
||||
onClick={this.onClick.bind(this)}
|
||||
onMouseDown={this.onClick.bind(this)}
|
||||
style={{ 'background-image': `url(/imgs/${construct.img}.svg)` }}>
|
||||
<ConstructAnimation construct={construct} />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user