set cursor on mouse_press as well as mouse_release
Dependencies
Change contents
- edit in edit.lua at line 193
if not State.mousepress_shift thenState.cursor1 = {line=State.selection1.line, pos=State.selection1.pos}end
if not State.mousepress_shift then State.cursor1 = {line=State.selection1.line, pos=State.selection1.pos} end