Skip to content

Commit 1bdb1fd

Browse files
authored
Merge branch 'main' into issues/570
2 parents 8641d83 + 941358d commit 1bdb1fd

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)