Commit 080b0663ca377253b1a78af988c3e1bf2c371ee5
1 parent
c434383b
UI: Add searchbox support for all ace editors.
Showing
12 changed files
with
12 additions
and
0 deletions
... | ... | @@ -17,6 +17,7 @@ import './js-func.scss'; |
17 | 17 | |
18 | 18 | import ace from 'brace'; |
19 | 19 | import 'brace/ext/language_tools'; |
20 | +import 'brace/ext/searchbox'; | |
20 | 21 | import $ from 'jquery'; |
21 | 22 | import thingsboardToast from '../services/toast'; |
22 | 23 | import thingsboardUtils from '../common/utils.service'; | ... | ... |
... | ... | @@ -21,6 +21,7 @@ import reactCSS from 'reactcss'; |
21 | 21 | import AceEditor from 'react-ace'; |
22 | 22 | import FlatButton from 'material-ui/FlatButton'; |
23 | 23 | import 'brace/ext/language_tools'; |
24 | +import 'brace/ext/searchbox'; | |
24 | 25 | import 'brace/theme/github'; |
25 | 26 | |
26 | 27 | import fixAceEditor from './../ace-editor-fix'; | ... | ... |