Skip to content

Commit

Permalink
💄 Correctly highlight current line in code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 29, 2023
1 parent 9658277 commit 55ff944
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/builder/src/components/inputs/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ export const CodeEditor = ({
width: isVariableButtonDisplayed ? 'calc(100% - 32px)' : '100%',
}}
spellCheck={false}
basicSetup={{
highlightActiveLine: false,
}}
/>
{isVariableButtonDisplayed && (
<VariablesButton onSelectVariable={handleVariableSelected} size="sm" />
Expand Down

0 comments on commit 55ff944

Please sign in to comment.