Show help menu without introducing newlines after updating lexical

This commit is contained in:
Jorge Manrubia
2025-07-02 23:03:38 +02:00
parent 7913513826
commit 0c4baed8a4
2 changed files with 1 additions and 2 deletions
@@ -101,7 +101,6 @@ export default class extends Controller {
}
#showHelpMenu() {
this.#reset()
this.element.classList.add(this.helpClass)
}