mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
svelte: Add tailling space to default repo search input (#62832)
The input is missing a trailing space.
This commit is contained in:
parent
5fd661ff5c
commit
01dbcfccc6
@ -37,7 +37,7 @@
|
||||
)
|
||||
}
|
||||
|
||||
$: query = `repo:${repositoryInsertText({ repository: repoName })}${revision ? `@${revision}` : ''}`
|
||||
$: query = `repo:${repositoryInsertText({ repository: repoName })}${revision ? `@${revision}` : ''} `
|
||||
$: queryState = queryStateStore({ query }, $settings)
|
||||
$: if ($open) {
|
||||
// @melt-ui automatically focuses the search input but that positions the cursor at the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user