We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290f709 commit d8a1ab5Copy full SHA for d8a1ab5
1 file changed
src/components/CodeEmbed/index.jsx
@@ -132,6 +132,7 @@ export const CodeEmbed = (props) => {
132
foldGutter: false,
133
autocompletion: false,
134
}}
135
+ indentWithTab={false}
136
extensions={[javascript(), EditorView.lineWrapping]}
137
onChange={(val) => setCodeString(val)}
138
editable={props.editable}
0 commit comments