Skip to content

Commit b414839

Browse files
Update Editor component to disable highlightSelectionMatches feature
1 parent 1050b9b commit b414839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/editor/Editor.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const Editor = ({
154154
autocompletion: true,
155155
highlightActiveLine: true,
156156
highlightActiveLineGutter: true,
157+
highlightSelectionMatches: false,
157158
indentOnInput: true,
158159
bracketMatching: true,
159160
closeBrackets: true,

0 commit comments

Comments
 (0)