Paste Extension: keyboard shortcut paste not working when forcePlainText is set to `true`
nina-rafieifar opened this issue · 0 comments
nina-rafieifar commented
Description
When you use the clipboard event everything works just fine. It's when you paste using cmd+v or ctrl+v that it doesn't work. However, if I set the forcePlainText is set to false
it will work. But then it does paste all the styling and tags with it. I couldn't use any of the other configs to remove the tags and stylings either to get around this issue.
Steps to reproduce
- Set the
forcePlainText
totrue
- Paste using keyboard commands (cmd + v)
- Subscript to the
editablePaste
event - Nothing is pasted to the input area but the event is fired. Basically the
event
passed down to the function is different from theevent
passed down when you paste using the clipboard.
Expected behavior: [What you expected to happen]
Pasting text with cmd+v should work using the default values (forcePlainTextset to
trueand
cleanPastedHTMLto
true`). It also should remove all the stylings, tags and other attributes and paste it as a plain text by default.
Actual behavior: [What actually happened]
cmd+v doesn't work.
Versions
- medium-editor: 5.23.3
- browser: Chrome, Safari
- OS: MacOS