allow drag and drop if navigating from shared page

This commit is contained in:
Erica Wright
2017-10-24 16:25:45 -04:00
parent acbf9fc32f
commit 41cb49141b

View File

@@ -213,6 +213,7 @@ export default function(state, emitter) {
await fadeOut('download-progress');
saveFile(f);
state.storage.totalDownloads += 1;
state.transfer = null;
metrics.completedDownload({ size, time, speed });
emitter.emit('pushState', '/completed');
} catch (err) {