mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
set filter modal
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
if (focused) onMount(() => domEditor.focus());
|
||||
</script>
|
||||
|
||||
<input type="text" {...$$restProps} bind:value on:change bind:this={domEditor} />
|
||||
<input type="text" {...$$restProps} bind:value on:change on:input bind:this={domEditor} />
|
||||
|
||||
Reference in New Issue
Block a user