mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-19 04:31:46 +00:00
fix build env
This commit is contained in:
@@ -8,9 +8,9 @@ import Preferences from 'boost/components/modal/Preferences'
|
||||
import CreateNewFolder from 'boost/components/modal/CreateNewFolder'
|
||||
|
||||
export default class ArticleNavigator extends React.Component {
|
||||
componentDidMount () {
|
||||
this.handlePreferencesButtonClick()
|
||||
}
|
||||
// componentDidMount () {
|
||||
// this.handlePreferencesButtonClick()
|
||||
// }
|
||||
|
||||
handlePreferencesButtonClick (e) {
|
||||
openModal(Preferences)
|
||||
|
||||
Reference in New Issue
Block a user