Don't open the QR post previews list when we drop a single file. Close #1290

This commit is contained in:
Mayhem 2013-10-06 15:07:30 +02:00
parent 1b00985238
commit 5d80be015c

View File

@ -389,7 +389,6 @@ QR =
e.preventDefault()
QR.open()
QR.handleFiles e.dataTransfer.files
$.addClass QR.nodes.el, 'dump'
paste: (e) ->
files = []
for item in e.clipboardData.items when item.kind is 'file'