fix: Boundaries

This commit is contained in:
danymat
2022-01-10 16:43:41 +01:00
parent b474b694d0
commit 0010504e9d

View File

@@ -100,7 +100,7 @@ neogen.utilities.cursor.jumpable = function(reverse)
if reverse == -1 then
-- Check first boundaries
if current_position == 1 then
if current_position == 2 then
return false
end
end