@@ -268,7 +268,7 @@
this.focusOn = i-1
}
} else if(type == '2') {
- if(this.focusOn == this.rows.length) {
+ if(this.focusOn == this.rows.length-1) {
return
} else {
let i = this.focusOn