mirror of https://github.com/portainer/portainer
fix(ui/code-editor): disable multi select [EE-5383] (#8862)
parent
361f782e7c
commit
fc81002938
|
@ -65,6 +65,9 @@ export function CodeEditor({
|
||||||
id={id}
|
id={id}
|
||||||
extensions={extensions}
|
extensions={extensions}
|
||||||
height={height}
|
height={height}
|
||||||
|
basicSetup={{
|
||||||
|
highlightSelectionMatches: false,
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue