mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
fix
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ModalBase {...$$restProps} simple>
|
<ModalBase {...$$restProps} simple>
|
||||||
<div class="mb-2">_{_t('commandModal.showKeyCombination', { defaultMessage: 'Show desired key combination and press ENTER' })}</div>
|
<div class="mb-2">{_t('commandModal.showKeyCombination', { defaultMessage: 'Show desired key combination and press ENTER' })}</div>
|
||||||
<div class="largeFormMarker">
|
<div class="largeFormMarker">
|
||||||
<TextField on:keydown={handleKeyDown} bind:value focused />
|
<TextField on:keydown={handleKeyDown} bind:value focused />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user