I am using draft js in my project for generating notes. After the note is generated, the user can copy the note content into their clipboard. However, only the plain text is copied as it is while the mentions are not copied properly (the type of mention is copied instead). Is there a work around to this?