Reset after entering help command

This commit is contained in:
Jorge Manrubia
2025-07-02 22:35:52 +02:00
parent b469caca33
commit 7913513826
@@ -101,6 +101,7 @@ export default class extends Controller {
}
#showHelpMenu() {
this.#reset()
this.element.classList.add(this.helpClass)
}