点击队伍介绍的头像,去除队员头像高亮。

This commit is contained in:
枫谷剑仙 2025-05-16 17:01:04 +08:00
parent 8f7150c3ee
commit e429c9a072
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}