Refactor SQL editor to integrate word wrap settings and remove redundant options in QueryTab

This commit is contained in:
Stela Augustinova
2025-12-15 12:44:04 +01:00
parent 21352dae07
commit a503898b21
2 changed files with 4 additions and 4 deletions

View File

@@ -720,9 +720,6 @@
...driver?.getQuerySplitterOptions('editor'),
splitByEmptyLine: !$settingsValue?.['sqlEditor.disableSplitByEmptyLine'],
}}
options={{
wrap: enableWrap,
}}
value={$editorState.value || ''}
menu={createMenu()}
on:input={e => {