点击队伍介绍的头像,去除队员头像高亮。
This commit is contained in:
parent
8f7150c3ee
commit
e429c9a072
|
@ -1260,6 +1260,7 @@ function cardNClick(event) {
|
|||
const formIdSearch = document.getElementById("form-id-search");
|
||||
monstersID.value = this.getAttribute("data-cardid");
|
||||
formIdSearch.onchange();
|
||||
allMembers.forEach(member=>member.classList.remove("hightlight"));
|
||||
editBox.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue