benknoble / frosthaven-manager

GUI Frosthaven Scenario Manager
https://benknoble.github.io/frosthaven-manager
Other
6 stars 2 forks source link

Sometimes backspacing initiative on mobile is broken #58

Closed benknoble closed 11 months ago

benknoble commented 11 months ago

Assuming the problem is a combination of (simultaneous) updates to state-@creatures resetting the displayed value and oninput triggering too frequently, I could probably change initiative to a use a form page like summoning.

benknoble commented 11 months ago

Alternately I can avoid syncing to the text input field on updates... Will try this first and use the form instead if needed.