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

add text:ellipsis to some labels & add member deletion confirm

This commit is contained in:
Rokt33r
2015-10-26 13:01:04 +09:00
parent 186b877c09
commit 8d9cd5bbd1
6 changed files with 148 additions and 68 deletions

View File

@@ -8,10 +8,6 @@ import Preferences from 'boost/components/modal/Preferences'
import CreateNewFolder from 'boost/components/modal/CreateNewFolder'
export default class ArticleNavigator extends React.Component {
componentDidMount () {
this.handlePreferencesButtonClick()
}
handlePreferencesButtonClick (e) {
openModal(Preferences)
}