merge bugfix X-(

Looks to have first been introduced in Sep 2023. (Merge commit
09c76c82c2, though git's merge commits are hard to read. Yes, looks like
commit 0a12e4c733 didn't get merged right.)
This commit is contained in:
Kartik K. Agaram 2024-06-21 08:14:59 -07:00
parent f4827991c5
commit dbd58e8175
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ function edit.mouse_wheel_move(State, dx,dy)
end
elseif dy < 0 then
State.cursor1 = Text.screen_bottom1(State)
edit.put_cursor_on_next_text_line(State)
for i=1,math.floor(-dy) do
Text.down(State)
end