Skip to content

Commit

Permalink
feat: CodeMirror line wrapping (#6247)
Browse files Browse the repository at this point in the history
A small leftover request from Hackweek.
  • Loading branch information
gggritso authored Aug 29, 2024
1 parent a9b23a0 commit 068e40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snuba/admin/static/common/components/sql_editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function SQLEditor({ value, onChange }: Props) {
multiNewLine,
theme,
highlighting,
EditorView.lineWrapping,
lineNumbers(),
sql(),
];
Expand Down

0 comments on commit 068e40f

Please sign in to comment.