Don't open the QR post previews list when we drop a single file. Close #1290
This commit is contained in:
parent
1b00985238
commit
5d80be015c
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user