title | issue | author | author_email | author_github |
---|---|---|---|---|
sw-text-editor shift paste without format |
NEXT-20708 |
Niklas Limberg |
NiklasLimberg |
- Added the method
keyListener
and the data propertyisShiftPressed
insw-text-editor/index.js
to keep track of whether theSHIFT
key is pressed - Changed the method
onPaste
insw-text-editor/index.js
to paste the plain text whenSHIFT
is pressed