File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,14 +309,14 @@ const shouldShowHistoryEntry = computed(() => {
309
309
)
310
310
})
311
311
312
- // Removes and adds the dispatched query to enforce the quries first position
312
+ // Removes and adds the dispatched query to enforce the queries first position
313
313
const addDispatchedQuery = dispatchedQuery => {
314
314
local .dispatchedQueries .delete (dispatchedQuery)
315
315
local .dispatchedQueries .add (dispatchedQuery)
316
316
emits (' update:dispatchedQueries' , local .dispatchedQueries )
317
317
}
318
- // Focuses to the last query or multiline query input
319
- // if the last history entry is a query input
318
+ // Focuses to the last query or multiline query input if the last history entry
319
+ // is a query input
320
320
const autoFocus = () => {
321
321
// Not the query needs to maintain the validation upon focus but rather the
322
322
// terminal itself
You can’t perform that action at this time.
0 commit comments