From 8faa35ef0d4887f25ee99490a7cb1698ddb852d1 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 16 Dec 2024 18:41:48 +0100 Subject: [PATCH] (docs) if visible q characetr when exit star wars --- docs/src/components/Terminal/star-wars.ts | 1 + 1 file changed, 1 insertion(+) 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,