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

This commit is contained in:
daboe01
2026-03-13 16:04:26 +01:00
+3
View File
@@ -475,6 +475,9 @@ var kDelegateRespondsTo_textShouldBeginEditing
if (!stringForPasting)
return;
if (![stringForPasting isKindOfClass:[CPAttributedString class]])
stringForPasting = [[CPAttributedString alloc] initWithString:stringForPasting attributes:nil];
var shouldUseSmartPasting = [self _shouldUseSmartPasting];
if (shouldUseSmartPasting)