cdent / tank

Tiddlers Are N[eo][tw] Knowledge
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

extend filedrop.js to handle pasting #59

Open cdent opened 10 years ago

cdent commented 10 years ago

At the moment you can only drop an actual file, you can't drag an image as a paste.

There's some discussion here on how to do it.

cdent commented 10 years ago

That discussion leaves out what to do when the paste is something that you would just want to paste. Presumably there is a way to look at the type and let the event bubble?