chore: fix formatting
This commit is contained in:
parent
b486cce51e
commit
23a2202803
@ -115,7 +115,7 @@ export default {
|
|||||||
() => {
|
() => {
|
||||||
results.text = results.text
|
results.text = results.text
|
||||||
// eslint-disable-next-line no-control-regex
|
// eslint-disable-next-line no-control-regex
|
||||||
.replace(/\u001b\[[0-9;]+m/g, '') // Filter ANSI color for now
|
.replace(/\u001b\[[0-9;]+m/g, "") // Filter ANSI color for now
|
||||||
.trimEnd();
|
.trimEnd();
|
||||||
this.canInput = true;
|
this.canInput = true;
|
||||||
this.$refs.input.focus();
|
this.$refs.input.focus();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user