1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add hotkey

This commit is contained in:
Rokt33r
2015-07-19 03:19:41 +09:00
parent aa71251edd
commit 16b60ada50
5 changed files with 34 additions and 6 deletions

View File

@@ -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)
}
},