Fix ending turn not selecting active counter
This commit is contained in:
parent
c9026bb05d
commit
82e55333bb
1
index.js
1
index.js
@ -778,6 +778,7 @@ document.querySelectorAll('.end-turn').forEach(el =>
|
|||||||
.forEach(el => el.classList.remove('movement-ended'));
|
.forEach(el => el.classList.remove('movement-ended'));
|
||||||
|
|
||||||
RecordSheet.select(records.at(0));
|
RecordSheet.select(records.at(0));
|
||||||
|
Counter.select(records.at(0));
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user