-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Viseur/src/viseur/game/base-pane/base-pane.ts
Line 374 in 63c1551
| ? { width: `${ensureFinite(progress / summed * 100)}%` } |
the progress can go over the summed causing at the end, the bar to overtake the allotted area. Happens if a game can increment passed the win condition.
Reactions are currently unavailable