mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 03:53:57 +00:00
command palette search placeholder
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user