mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
add hotkey
This commit is contained in:
@@ -78,7 +78,7 @@ module.exports = React.createClass({
|
||||
|
||||
var index = this.getIndexOfCurrentArticle()
|
||||
|
||||
if (index < this.state.filteredArticles.length) {
|
||||
if (index < this.state.filteredArticles.length - 1) {
|
||||
this.selectArticleByIndex(index + 1)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user