diff --git a/src/TabComplete.js b/src/TabComplete.js index 9cd438892a..b6c10af532 100644 --- a/src/TabComplete.js +++ b/src/TabComplete.js @@ -147,7 +147,7 @@ class TabComplete { // fall through to auto-enter-tab-completing if set if (!this.opts.autoEnterTabComplete) { - return true; + return; } } @@ -167,12 +167,12 @@ class TabComplete { }, DELAY_TIME_MS); } - return false; + return; } if (!this.textArea) { console.error("onKeyDown called before a