1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix(ui/code-editor): disable multi select [EE-5383] (#8861)

This commit is contained in:
Chaim Lev-Ari 2023-05-09 07:59:34 +07:00 committed by GitHub
parent e0609e3d93
commit acc340b324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,9 @@ export function CodeEditor({
id={id}
extensions={extensions}
height={height}
basicSetup={{
highlightSelectionMatches: false,
}}
/>
</>
);