Use file.png for pasted images in both FF and Chromium.

This commit is contained in:
ccd0 2015-08-14 02:26:17 -07:00
parent d8f001c2c9
commit cd720e7f29

View File

@ -365,7 +365,7 @@ QR =
for i in [0...bstr.length]
arr[i] = bstr.charCodeAt(i)
blob = new Blob [arr], {type: m[1]}
blob.name = "image.#{m[2]}"
blob.name = "file.#{m[2]}"
QR.handleFiles [blob]
else if /^https?:\/\//.test src
QR.handleUrl src