qorf / quorum-language

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

TextFields need multiple-click support #44

Closed alleew closed 1 year ago

alleew commented 1 year ago

TextFields currently don't support double click (to select whole words) or triple click (to select the whole text). This is pretty basic functionality that already exists in the TextBox and should be mirrored here.

GabeContra commented 1 year ago

The Textfields have the double click and triple click behaviors added but they don't seem to be responding to that input set