mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
fix(ui/code-editor): disable multi select [EE-5383] (#8861)
This commit is contained in:
parent
e0609e3d93
commit
acc340b324
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ export function CodeEditor({
|
||||||
id={id}
|
id={id}
|
||||||
extensions={extensions}
|
extensions={extensions}
|
||||||
height={height}
|
height={height}
|
||||||
|
basicSetup={{
|
||||||
|
highlightSelectionMatches: false,
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue