Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #617 from mozilla/drop-nav
Browse files Browse the repository at this point in the history
allow drag and drop if navigating from shared page
  • Loading branch information
dannycoates committed Oct 30, 2017
2 parents a31f6b7 + 41cb491 commit 789d672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/fileManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 789d672

Please sign in to comment.