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
+1 -1
View File
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/basecamp/actiontext-lexical
revision: 9629710d6f1f4089363ba743cc29d250bb320e17
revision: 30585f84a6351ff50fd10aa66cc5120e2ec40f93
branch: remove-diacritics
specs:
actiontext-lexical (0.1.0)
@@ -101,7 +101,6 @@ export default class extends Controller {
}
#showHelpMenu() {
this.#reset()
this.element.classList.add(this.helpClass)
}