UziTech / jquery.toTextarea.js

Changes a div to act like a textarea to allow auto resizing and editing options
MIT License
16 stars 1 forks source link

Not allow <span> on paste when allowHTML === fasle #1

Closed UziTech closed 9 years ago

UziTech commented 9 years ago

When pasting text in Chrome the browser tries to keep the original formatting by adding a with inline styles. If the allowHTML flag is set to false this should be removed and only the text should be pasted at the cursor.