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

pull/8925/head
Chaim Lev-Ari 2 years ago committed by GitHub
parent 361f782e7c
commit fc81002938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save