bgrins / filereader.js

A lightweight wrapper for the JavaScript FileReader interface
http://bgrins.github.com/filereader.js/
MIT License
413 stars 86 forks source link

Disable drag #15

Closed TakanashiOuken closed 10 years ago

TakanashiOuken commented 10 years ago

I can not find a way to disable drag event

bgrins commented 10 years ago

The drag should not be enabled unless if you call FileReaderJS.setupDrop. Would need more detailed information and a test case if you are running into an issue.