diff --git a/docs/src/components/Terminal/star-wars.ts b/docs/src/components/Terminal/star-wars.ts index 00161c20..0e01728c 100644 --- a/docs/src/components/Terminal/star-wars.ts +++ b/docs/src/components/Terminal/star-wars.ts @@ -42,6 +42,7 @@ export default async function command(this: JQueryTerminal, delay_arg = '50') { stop = true; this.cmd().show(); this.import_view(view); + return false; } this.push($.noop, { onExit: exit,