Fixed a bunch of problems. Fixed left+click not allowing for square selections, fixed esc not exiting multicursor mode, and allowed cntrl+click to remove a cursor.

This commit is contained in:
Adam Harrison
2022-03-17 16:55:52 -04:00
parent 120c769e7e
commit 82325b6a08
3 changed files with 22 additions and 10 deletions
-1
View File
@@ -224,7 +224,6 @@ function DocView:scroll_to_make_visible(line, col)
end
end
function DocView:on_mouse_moved(x, y, ...)
DocView.super.on_mouse_moved(self, x, y, ...)