fixes #1015. lolwhoops
This commit is contained in:
parent
0dc7398414
commit
c99697caae
|
@ -413,6 +413,6 @@ module.exports.downloading = function(state, emit) {
|
||||||
function cancel(event) {
|
function cancel(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.target.disabled = true;
|
event.target.disabled = true;
|
||||||
emit('download', archive);
|
emit('cancel');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue