Skip to content

Commit

Permalink
Merge pull request #667 from calebfoss/issue-666
Browse files Browse the repository at this point in the history
Accessibility: resolves #666
  • Loading branch information
ksen0 authored Feb 19, 2025
2 parents d764f80 + d8a1ab5 commit 4a7180a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CodeEmbed/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const CodeEmbed = (props) => {
foldGutter: false,
autocompletion: false,
}}
indentWithTab={false}
extensions={[javascript(), EditorView.lineWrapping]}
onChange={(val) => setCodeString(val)}
editable={props.editable}
Expand Down

0 comments on commit 4a7180a

Please sign in to comment.