1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-27 23:57:17 +00:00

Merge pull request #696 from asmsuechan/replace-cm-searchbox-to-official-search-addon

Replace cm searchbox to official search addon
This commit is contained in:
SuenagaRyota
2017-07-10 14:21:47 +09:00
committed by GitHub
4 changed files with 6 additions and 7 deletions

View File

@@ -57,7 +57,6 @@ export default class CodeEditor extends React.Component {
keyMap: this.props.keyMap,
inputStyle: 'textarea',
dragDrop: false,
searchbox: true,
extraKeys: {
Tab: function (cm) {
const cursor = cm.getCursor()