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