mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +03:00
dupe network request bug
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = function(state, emit) {
|
||||
|
||||
function download(event) {
|
||||
event.preventDefault();
|
||||
console.log("DOWNLOAD FIRE")
|
||||
emit('download', state.fileInfo);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user