fix skill info hover
This commit is contained in:
parent
b3b9d40262
commit
133a4929aa
@ -27,6 +27,7 @@ class GameConstructEffects extends preact.Component {
|
||||
&& (type === 'Effect' || type === 'Removal')) return true;
|
||||
}
|
||||
if (newProps.construct !== this.props.construct) return true;
|
||||
if (newProps.gameSkillInfo !== this.props.gameSkillInfo) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user