From 0c4baed8a450b5770383308eaa8686914603a3af Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 2 Jul 2025 23:03:38 +0200 Subject: [PATCH] Show help menu without introducing newlines after updating lexical --- Gemfile.lock | 2 +- app/javascript/controllers/terminal_controller.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 230342cbc..5101e4d38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/app/javascript/controllers/terminal_controller.js b/app/javascript/controllers/terminal_controller.js index 6602ac5d3..aa857479b 100644 --- a/app/javascript/controllers/terminal_controller.js +++ b/app/javascript/controllers/terminal_controller.js @@ -101,7 +101,6 @@ export default class extends Controller { } #showHelpMenu() { - this.#reset() this.element.classList.add(this.helpClass) }