mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-04-19 15:17:25 -05:00
Fix cards remaining disabled after exiting test and starting another
This commit is contained in:
parent
a839ac99b0
commit
7e7f4e7015
|
|
@ -179,6 +179,8 @@ function initTest(stage: Stage) {
|
|||
testAllCardsButton.checked = false;
|
||||
setTestListPage(false);
|
||||
testAllCardsList.clearFilter();
|
||||
for (const button of testDeckCardButtons.concat(testAllCardsList.cardButtons))
|
||||
button.enabled = true;
|
||||
}
|
||||
|
||||
replayNextButton.buttonElement.addEventListener('click', _ => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user