We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982fb51 commit 75027b5Copy full SHA for 75027b5
1 file changed
ios/utils/PasteboardUtils.m
@@ -37,7 +37,6 @@ static void addRTFDData(NSMutableDictionary *items, NSAttributedString *attribut
37
if (wrapper && !error) {
38
NSData *data = [wrapper serializedRepresentation];
39
if (data) {
40
- items[kUTIRTFD] = data;
41
items[kUTIFlatRTFD] = data;
42
}
43
0 commit comments