mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29: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}
|
||||
extensions={extensions}
|
||||
height={height}
|
||||
basicSetup={{
|
||||
highlightSelectionMatches: false,
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue