Merge template-live-editor

This commit is contained in:
Kartik K. Agaram 2024-06-21 10:03:06 -07:00
commit b26a7a4cee
1 changed files with 0 additions and 1 deletions

View File

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