We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df11ac commit 941358dCopy full SHA for 941358d
frontend/src/components/common/Editor/Editor.tsx
@@ -1,4 +1,5 @@
1
import AceEditor, { IAceEditorProps } from 'react-ace';
2
+import 'ace-builds/src-noconflict/ext-searchbox';
3
import 'ace-builds/src-noconflict/mode-json5';
4
import 'ace-builds/src-noconflict/mode-protobuf';
5
import 'ace-builds/src-noconflict/theme-tomorrow';
0 commit comments