Merge remote-tracking branch 'upstream/main' into Aristo3

This commit is contained in:
daboe01
2026-03-14 13:02:38 +01:00
+3
View File
@@ -2303,6 +2303,9 @@ Sets the selection to a range of characters in response to user action.
caretRect.origin.x += _textContainerOrigin.x;
caretRect.origin.y += _textContainerOrigin.y;
caretRect.size.width = MAX(1.0, caretRect.size.width);
caretRect.size.height = MAX(1.0, caretRect.size.height);
return caretRect;
}
- (void)updateInsertionPointStateAndRestartTimer:(BOOL)flag