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}
|
||||
extensions={extensions}
|
||||
height={height}
|
||||
basicSetup={{
|
||||
highlightSelectionMatches: false,
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue