Skip to content

Commit 941358d

Browse files
authored
UX: Allow searching inside code textareas (#578)
1 parent 8df11ac commit 941358d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/common/Editor/Editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import AceEditor, { IAceEditorProps } from 'react-ace';
2+
import 'ace-builds/src-noconflict/ext-searchbox';
23
import 'ace-builds/src-noconflict/mode-json5';
34
import 'ace-builds/src-noconflict/mode-protobuf';
45
import 'ace-builds/src-noconflict/theme-tomorrow';

0 commit comments

Comments
 (0)