mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
Previously, the selection of a textField did not work as expected when the user did a right click or a drag even if the label was set to none selectable. Now, with the css style user-select, a textField can only be selected if it is selectable and enable. Credit to @primalmotion