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
Linux needs special behavior because SelectableTextBlock process the selection when mouse is moved over the text, but linux tty does not send mouse move event.
Thus, on linux we need to handle PointerRelease event and set SelectionStart/End manually.
I could not test, but probably Windows part is working now. Should be visible in GalleryTextBlock page.
Added in Avalonia 11
https://docs.avaloniaui.net/docs/reference/controls/selectable-textblock
The text was updated successfully, but these errors were encountered: