disable hover info during anim
This commit is contained in:
@@ -34,6 +34,7 @@ const addState = connect(
|
||||
|
||||
function Skill(props) {
|
||||
const {
|
||||
animating,
|
||||
construct,
|
||||
game,
|
||||
i,
|
||||
@@ -49,6 +50,7 @@ function Skill(props) {
|
||||
|
||||
function hoverInfo(e, info) {
|
||||
e.stopPropagation();
|
||||
if (animating) return false;
|
||||
return setGameInfo(info);
|
||||
}
|
||||
if (!s || !game) {
|
||||
|
||||
Reference in New Issue
Block a user