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
1 Run AvaloniaEdit.Demo
2 Maximize and minimize window. Vertical scrollbar will showed.
3 Move vertical scrollbar. Stack overflow exception will be thrown.
Disabling option AllowScrollBelowDocument fixes the problem. See TextView.cs line if (options.AllowScrollBelowDocument)
The text was updated successfully, but these errors were encountered:
1 Run AvaloniaEdit.Demo
2 Maximize and minimize window. Vertical scrollbar will showed.
3 Move vertical scrollbar. Stack overflow exception will be thrown.
Disabling option AllowScrollBelowDocument fixes the problem. See TextView.cs line if (options.AllowScrollBelowDocument)
The text was updated successfully, but these errors were encountered: