This commit is contained in:
Jorge Manrubia
2025-05-08 10:48:21 +02:00
parent 86db634f7f
commit cb27a13781
@@ -22,10 +22,8 @@ export default class extends Controller {
}
hideHelpMenu() {
if (this.#isHelpMenuOpened) {
if (this.#hasHelpMenuCommand) { this.#reset() }
this.element.classList.remove(this.helpClass)
}
if (this.#hasHelpMenuCommand) { this.#reset() }
this.element.classList.remove(this.helpClass)
}
handleCommandResponse(event) {