mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
不论条件移除子输入框
This commit is contained in:
parent
700c3875c1
commit
a96c886bfe
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user