Skip to content
Snippets Groups Projects
Unverified Commit 40b17c92 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove the ace editor gutter line number highlight (#41881)

parent 8e111abc
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,9 @@ export const NotebookNativePreview = (): JSX.Element => {
fontSize={12}
style={{ backgroundColor: color("bg-light") }}
showPrintMargin={false}
setOptions={{
highlightGutterLine: false,
}}
/>
</NativeQueryEditorRoot>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment