mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 11:03:57 +00:00
fmt
This commit is contained in:
@@ -207,7 +207,10 @@
|
|||||||
value={$editorState.value || ''}
|
value={$editorState.value || ''}
|
||||||
menu={createMenu()}
|
menu={createMenu()}
|
||||||
on:input={e => setEditorData(e.detail)}
|
on:input={e => setEditorData(e.detail)}
|
||||||
on:focus={() => {lastFocusedEditor = instance; invalidateCommands(); }}
|
on:focus={() => {
|
||||||
|
lastFocusedEditor = instance;
|
||||||
|
invalidateCommands();
|
||||||
|
}}
|
||||||
bind:this={domEditor}
|
bind:this={domEditor}
|
||||||
/>
|
/>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user