Skip to content

Commit 55a47a1

Browse files
committed
chore: Adjust
1 parent 2a62f70 commit 55a47a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI/UI/Text/TextCore.mux.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal static class TextCore
1414
internal static bool IsTextControl(DependencyObject element) =>
1515
element is TextBlock ||
1616
element is RichTextBlock ||
17-
element is RichTextBlockOverflow
17+
element is RichTextBlockOverflow ||
1818
element is RichEditBox ||
1919
element is TextBox ||
2020
element is PasswordBox;

0 commit comments

Comments
 (0)