Fix ending turn not selecting active counter

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:28 -07:00
parent c9026bb05d
commit 82e55333bb

View File

@ -778,6 +778,7 @@ document.querySelectorAll('.end-turn').forEach(el =>
.forEach(el => el.classList.remove('movement-ended'));
RecordSheet.select(records.at(0));
Counter.select(records.at(0));
})
);