Rovak / InlineAttachment

Easily paste and upload files/images in plain textareas
http://git.razko.nl/InlineAttachment
MIT License
619 stars 77 forks source link

Fix exception in Firefox after paste files #31

Closed fcsonline closed 10 years ago

fcsonline commented 10 years ago

This PR tries to fix exceptions from Firefox which doesn't fill the attribute items properly and the access to the property items is undefined. The previous check clipboardData.items !== null was true and was causing invalid access to the items array.

saimonmoore commented 10 years ago

:+1: :+1:

Rovak commented 10 years ago

Thanks!