Added an 'onpaste' event on the id 'cb-title' element and then retrieving only the plain text part from the copied clipboard text and then executing command 'insertText' to paste the text in the element.
Types of changes
Put an x in the boxes that apply
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Issue that this pull request solves
Closes: #470
Proposed changes
Added an 'onpaste' event on the id 'cb-title' element and then retrieving only the plain text part from the copied clipboard text and then executing command 'insertText' to paste the text in the element.
Types of changes
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that applyScreenshots
https://user-images.githubusercontent.com/71957423/147415284-7479a826-4720-479d-a3b0-0ed9ab094c53.mp4