fix: Boundaries
This commit is contained in:
@@ -100,7 +100,7 @@ neogen.utilities.cursor.jumpable = function(reverse)
|
|||||||
|
|
||||||
if reverse == -1 then
|
if reverse == -1 then
|
||||||
-- Check first boundaries
|
-- Check first boundaries
|
||||||
if current_position == 1 then
|
if current_position == 2 then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user