From a96c886bfe96af107637c2552c6a332c6266f1a9 Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 7 Jun 2022 19:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=AE=BA=E6=9D=A1=E4=BB=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=AD=90=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandRunResult.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommandRunResult.vue b/src/components/CommandRunResult.vue index c06fc41..0daf16b 100644 --- a/src/components/CommandRunResult.vue +++ b/src/components/CommandRunResult.vue @@ -305,9 +305,9 @@ export default { }, stopRun() { this.runResult = []; + utools.removeSubInput(); if (!!this.$root.subInputEvent) { this.subInputValue = ""; - utools.removeSubInput(); document.removeEventListener(...this.$root.subInputEvent); } this.clear();