qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

TextField mouse-dragging can't update the view #48

Closed alleew closed 1 year ago

alleew commented 1 year ago

It doesn't appear to be possible currently to drag off the left or right side of a TextField in order to select text outside of the current view. Fixing this properly would likely involve adjusting the TextField to use drag-and-drop input for the mouse instead of its current mouse movement input style.