Merge template-live-editor

This commit is contained in:
Kartik K. Agaram 2023-12-17 00:10:15 -08:00
commit 45bd337894
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ function test_select_text_using_mouse_starting_above_text_wrapping_line()
Editor_state.screen_top1 = {line=2, pos=3} Editor_state.screen_top1 = {line=2, pos=3}
Editor_state.screen_bottom1 = {} Editor_state.screen_bottom1 = {}
-- press mouse above first line of text -- press mouse above first line of text
edit.draw(Editor_state) edit.draw(Editor_state, Text_color)
edit.run_after_mouse_press(Editor_state, Editor_state.left+8,5, 1) edit.run_after_mouse_press(Editor_state, Editor_state.left+8,5, 1)
-- selection is at screen top -- selection is at screen top
check(Editor_state.selection1.line ~= nil, 'selection:line-not-nil') check(Editor_state.selection1.line ~= nil, 'selection:line-not-nil')