Use observable for end move and prone flag

This commit is contained in:
2024-05-22 09:12:47 -07:00
parent 7395df376d
commit 98e4fd58d8
5 changed files with 16 additions and 17 deletions

View File

@@ -129,7 +129,7 @@ export function endMove(svg, counter) {
}
export function hasProne(counter) {
return !!counter.querySelector('[href="#counter-prone"]');
return !!counter.querySelector('[href="#counter-prone"]:not(.removed)');
}
export function toggleProne(counter) {