💄 Correctly highlight current line in code editor
This commit is contained in:
@@ -132,6 +132,9 @@ export const CodeEditor = ({
|
|||||||
width: isVariableButtonDisplayed ? 'calc(100% - 32px)' : '100%',
|
width: isVariableButtonDisplayed ? 'calc(100% - 32px)' : '100%',
|
||||||
}}
|
}}
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
|
basicSetup={{
|
||||||
|
highlightActiveLine: false,
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
{isVariableButtonDisplayed && (
|
{isVariableButtonDisplayed && (
|
||||||
<VariablesButton onSelectVariable={handleVariableSelected} size="sm" />
|
<VariablesButton onSelectVariable={handleVariableSelected} size="sm" />
|
||||||
|
|||||||
Reference in New Issue
Block a user