CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
517 stars 84 forks source link

🐞 Clicking empty area where there are no new lines does not clear text selection #76

Closed austincondiff closed 1 year ago

austincondiff commented 2 years ago

If I have a file that does not have enough lines to fill the height of my editor, I have empty space below my lines. If I made a selection and then clicked this empty area, I would expect for the selection to be cleared and that the cursor would be moved to the end of the file. Instead, it does nothing as shown...

https://user-images.githubusercontent.com/806104/193937199-af76f539-f104-41e6-bc3c-4fc9235dea4b.mov

lukepistrol commented 2 years ago

Related to #56

austincondiff commented 1 year ago

Will be complete with