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

enhance Editor UX again

This commit is contained in:
Dick Choi
2016-01-09 23:17:33 +09:00
parent a505227d01
commit 3105958afb
3 changed files with 24 additions and 14 deletions

View File

@@ -125,7 +125,6 @@ export default class ArticleTopBar extends React.Component {
}
focusInput () {
console.log('focinp')
this.searchInput.focus()
}
@@ -167,7 +166,7 @@ export default class ArticleTopBar extends React.Component {
dispatch(saveArticle(newArticle.key, newArticle, true))
if (isFolderFilterApplied) dispatch(switchFolder(targetFolders[0].name))
remote.getCurrentWebContents().send('detail-edit')
remote.getCurrentWebContents().send('detail-title')
}
handleTutorialButtonClick (e) {