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.
2 parents 4b2b6b2 + a38b98b commit 3ef8767Copy full SHA for 3ef8767
src/containers/ruby-tab.jsx
@@ -16,6 +16,7 @@ import RubyToBlocksConverterHOC from '../lib/ruby-to-blocks-converter-hoc.jsx';
16
17
import 'ace-builds/src-noconflict/mode-ruby';
18
import 'ace-builds/src-noconflict/theme-clouds';
19
+import 'ace-builds/src-noconflict/ext-searchbox';
20
import 'ace-builds/src-noconflict/ext-language_tools';
21
22
class RubyTab extends React.Component {
0 commit comments