You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the cursor is over a selectable widget such as Text, the cursor changes to a text selection cursor over the entire area taken by the widget.
Great feature, just found a couple of minor bugs.
Expected
The cursor should only change when over text.
Actual
Currently, when the cursor is over a selectable widget such as
Text, the cursor changes to a text selection cursor over the entire area taken by the widget.Take the following for example:
SelectionArea.with.Expanded.Row.mp4
This also applies vertically.
SelectionArea.with.Expanded.Column.mp4