ace editor

This commit is contained in:
Jan Prochazka
2021-03-07 10:17:05 +01:00
parent c6e95dbb6a
commit 00d5b25baa
6 changed files with 23 additions and 25 deletions

View File

@@ -7,12 +7,11 @@
export let conid;
export let database;
// $: connection = useConnectionInfo({ conid });
// engine={$connection && $connection.engine}
$: connection = useConnectionInfo({ conid });
</script>
<VerticalSplitter>
<svelte:fragment slot="1">
<SqlEditor />
<SqlEditor engine={$connection && $connection.engine} />
</svelte:fragment>
</VerticalSplitter>