2
0

💄 Correctly highlight current line in code editor

This commit is contained in:
Baptiste Arnaud
2023-06-29 15:37:56 +02:00
parent 9658277d97
commit 55ff944ebb

View File

@@ -132,6 +132,9 @@ export const CodeEditor = ({
width: isVariableButtonDisplayed ? 'calc(100% - 32px)' : '100%',
}}
spellCheck={false}
basicSetup={{
highlightActiveLine: false,
}}
/>
{isVariableButtonDisplayed && (
<VariablesButton onSelectVariable={handleVariableSelected} size="sm" />