mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 18:26:00 +00:00
insert SQL join
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
|
||||
export let value;
|
||||
export let focused;
|
||||
|
||||
let domEditor;
|
||||
export let domEditor;
|
||||
|
||||
if (focused) onMount(() => domEditor.focus());
|
||||
</script>
|
||||
|
||||
<input type="text" {...$$restProps} bind:value on:change on:input bind:this={domEditor} />
|
||||
<input type="text" {...$$restProps} bind:value on:change on:input bind:this={domEditor} on:keydown />
|
||||
|
||||
Reference in New Issue
Block a user