@@ -87,9 +87,9 @@ func (gc *GridCursor) Down() {
if idx >= (gc.Len() - 1) {
return
}
if idx >= maxRows()-1 {
//if idx >= maxRows()-1 {
//return
//}
active := gc.containers[idx]
next := gc.containers[idx+1]
The note is not visible to the blocked user.