change sql editor to few lines editor

This commit is contained in:
Ruben Fiszel
2022-08-18 00:05:46 +02:00
parent 79ec90acfc
commit dcf55dbeb0
+1 -1
View File
@@ -307,7 +307,7 @@
bind:this={editor}
lang="sql"
bind:code={value}
class="two-lines-editor"
class="few-lines-editor"
on:change={async () => {
dispatch('input', { rawValue: value, isRaw: false })
}}