mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
不论条件移除子输入框
This commit is contained in:
parent
700c3875c1
commit
a96c886bfe
@ -305,9 +305,9 @@ export default {
|
|||||||
},
|
},
|
||||||
stopRun() {
|
stopRun() {
|
||||||
this.runResult = [];
|
this.runResult = [];
|
||||||
|
utools.removeSubInput();
|
||||||
if (!!this.$root.subInputEvent) {
|
if (!!this.$root.subInputEvent) {
|
||||||
this.subInputValue = "";
|
this.subInputValue = "";
|
||||||
utools.removeSubInput();
|
|
||||||
document.removeEventListener(...this.$root.subInputEvent);
|
document.removeEventListener(...this.$root.subInputEvent);
|
||||||
}
|
}
|
||||||
this.clear();
|
this.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user