Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 442 Bytes

2022-05-20-text-editor.md

File metadata and controls

10 lines (10 loc) · 442 Bytes
title issue author author_email author_github
sw-text-editor shift paste without format
NEXT-20708
Niklas Limberg
n.limberg@shopware.com
NiklasLimberg

Administration

  • Added the method keyListener and the data property isShiftPressed in sw-text-editor/index.js to keep track of whether the SHIFT key is pressed
  • Changed the method onPaste in sw-text-editor/index.js to paste the plain text when SHIFT is pressed