fix: Emojis and embeds cannot be copied to plain text clipboard (#3561)
This commit is contained in:
@@ -63,6 +63,7 @@ export default class Attachment extends Node {
|
||||
node.attrs.title,
|
||||
];
|
||||
},
|
||||
toPlainText: (node) => node.attrs.title,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user