mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fmt
This commit is contained in:
parent
9adb4b41c6
commit
21feb3a042
@ -207,7 +207,10 @@
|
||||
value={$editorState.value || ''}
|
||||
menu={createMenu()}
|
||||
on:input={e => setEditorData(e.detail)}
|
||||
on:focus={() => {lastFocusedEditor = instance; invalidateCommands(); }}
|
||||
on:focus={() => {
|
||||
lastFocusedEditor = instance;
|
||||
invalidateCommands();
|
||||
}}
|
||||
bind:this={domEditor}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user