1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
* Fix 2636 Can't scroll to bottom of editor pane

* Fix minor lint issues
This commit is contained in:
Jack Hsieh
2019-08-11 07:22:53 -07:00
committed by Junyoung Choi
parent 606be4304d
commit f09297f406
13 changed files with 23 additions and 13 deletions

View File

@@ -152,7 +152,6 @@ class MarkdownNoteDetail extends React.Component {
}
handleFolderChange (e) {
const { dispatch } = this.props
const { note } = this.state
const value = this.refs.folder.value
const splitted = value.split('-')