Browse Source

修复移除辅助时,上一个修改的队员的潜觉被隐藏的问题。

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
23b1ac3b5f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      script.js

+ 3
- 0
script.js View File

@@ -1837,6 +1837,9 @@ function editMon(teamNum,isAssist,indexInTeam)
{
const latentBox = teamBox.querySelector(".team-latents .latents-"+(indexInTeam+1)+" .latent-ul");
editBox.latentBox = latentBox;
}else
{
editBox.latentBox = null;
}

const settingBox = editBox.querySelector(".setting-box");


Loading…
Cancel
Save