1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 16:25:22 +02:00

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

This commit is contained in:
Chaim Lev-Ari 2023-05-09 07:59:31 +07:00 committed by GitHub
parent 361f782e7c
commit fc81002938
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,
}}
/>
</>
);