mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-05 10:23:39 +00:00
Merge remote-tracking branch 'upstream/main' into Aristo3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user