mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
groundwork for asset caching
This commit is contained in:
@@ -32,7 +32,7 @@ async function upload(event) {
|
||||
|
||||
storage.totalUploads += 1;
|
||||
|
||||
let file = '';
|
||||
let file = null;
|
||||
if (clickOrDrop === 'drop') {
|
||||
if (!event.originalEvent.dataTransfer.files[0]) {
|
||||
uploadWindow.classList.remove('ondrag');
|
||||
|
||||
Reference in New Issue
Block a user