mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 20:25:34 +00:00
download cancel and progress
This commit is contained in:
@@ -8,7 +8,6 @@ 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