Donzasto
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/Avalonia.Controls/TextBox.cs
|
|
|
@ -923,6 +923,8 @@ namespace Avalonia.Controls |
|
|
|
} |
|
|
|
else if (change.Property == SelectionEndProperty) |
|
|
|
{ |
|
|
|
_presenter?.MoveCaretToTextPosition(CaretIndex); |
|
|
|
|
|
|
|
OnSelectionEndChanged(change); |
|
|
|
} |
|
|
|
else if (change.Property == MaxLinesProperty) |
|
|
|
|