dupe network request bug

This commit is contained in:
Emily 2018-07-09 15:39:06 -07:00
parent f98bc0878c
commit 921df9e1aa
4 changed files with 96 additions and 15 deletions

View file

@ -8,6 +8,7 @@ module.exports = function(state, emit) {
function download(event) {
event.preventDefault();
console.log("DOWNLOAD FIRE")
emit('download', state.fileInfo);
}
};