I’m copying the text to the clipboard the classical way (not with any prosemirror api’s) but it’s not working.
I tried to look in prosemirror docs to find anything related , i’ve found the clipboardSerializer which seems to be useful when copying document’s nodes.
I’m not copying any kind of nodes , just a simple string. Does the clipboardSerializer anything related to this problem and does prosemirror engine intercepts the copy?