diff --git a/src/content/controller_content.ts b/src/content/controller_content.ts index 2d05be6e..5b1950de 100644 --- a/src/content/controller_content.ts +++ b/src/content/controller_content.ts @@ -206,7 +206,7 @@ function* ParserController() { if (response.exstr) { exstr = response.exstr - if (exstr.startsWith("fillcmdline ")) { // TODO That's ugly. I need a way to know if this command is going to open the command line. Is there a better way? + if (exstr.startsWith("fillcmdline")) { // TODO That's ugly. I need a way to know if this command is going to open the command line. Is there a better way? logger.debug("Starting buffering of page keys") bufferingPageKeysBeginTime = performance.now() mustBufferPageKeysForClInput = true