Skip to content

Commit

Permalink
UX: Allow searching inside code textareas (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilumilak authored Oct 6, 2024
1 parent 8df11ac commit 941358d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/common/Editor/Editor.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import AceEditor, { IAceEditorProps } from 'react-ace';
import 'ace-builds/src-noconflict/ext-searchbox';
import 'ace-builds/src-noconflict/mode-json5';
import 'ace-builds/src-noconflict/mode-protobuf';
import 'ace-builds/src-noconflict/theme-tomorrow';
Expand Down

0 comments on commit 941358d

Please sign in to comment.