svelte: Add tailling space to default repo search input (#62832)

The input is missing a trailing space.
This commit is contained in:
Felix Kling 2024-05-21 23:21:08 +02:00 committed by GitHub
parent 5fd661ff5c
commit 01dbcfccc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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