Web Dev Solutions

Catalin Mititiuc

From a618b160d08c474b60ceeaa5f0686490eff1ca19 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Fri, 5 Apr 2024 09:52:40 -0700 Subject: Fix ending turn not selecting active counter --- index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'index.js') diff --git a/index.js b/index.js index 7ed64e3..6de31fd 100644 --- a/index.js +++ b/index.js @@ -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)); }) ); -- cgit v1.2.3