Merge pull request #1299 from dbgate/feature/wordwrap-editor

Feature/wordwrap editor
This commit is contained in:
Jan Prochazka
2025-12-15 13:26:54 +01:00
committed by GitHub
3 changed files with 38 additions and 42 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 => {