mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
command palette search placeholder
This commit is contained in:
parent
da44c36660
commit
fcb0f45a4b
@ -176,7 +176,8 @@
|
|||||||
bind:this={domInput}
|
bind:this={domInput}
|
||||||
bind:value={filter}
|
bind:value={filter}
|
||||||
on:keydown={handleKeyDown}
|
on:keydown={handleKeyDown}
|
||||||
placeholder={parentCommand?.text || ''}
|
placeholder={parentCommand?.text ||
|
||||||
|
($visibleCommandPalette == 'database' ? 'Search in database' : 'Search in commands')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user