mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix minor bugs
fix codemirror bug fix style bug of in NoteList fix Redux store bug: Cruch on deleting empty folder
This commit is contained in:
@@ -16,6 +16,7 @@ class StorageSection extends React.Component {
|
||||
isOpen: !this.state.isOpen
|
||||
})
|
||||
}
|
||||
|
||||
handleHeaderClick (e) {
|
||||
let { storage } = this.props
|
||||
this.props.handleStorageButtonClick(e, storage.key)
|
||||
|
||||
Reference in New Issue
Block a user