1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-25 23:51:51 +00:00

Merge pull request #686 from asmsuechan/add-search-box

Add search-box
This commit is contained in:
SuenagaRyota
2017-07-09 17:15:57 +09:00
committed by GitHub
4 changed files with 14 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ 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()