HV Unified simulator
Root cause: both buttons were inserted inside the armory <form>. HTML <button> defaults to type=submit — clicking submitted the form, the page reloaded, and the panel (which renders 300ms later) was destroyed. The split-second flash was the panel before the reload. Fix: type='button' on both buttons. Panel now stays up. |
||
|---|---|---|
| docs | ||
| references | ||
| scripts | ||
| simulator | ||
| src | ||
| .gitignore | ||
| analyze_gear.py | ||