fixed download preview page render issues and links
This commit is contained in:
parent
41a0c6c73f
commit
232911f725
5 changed files with 21 additions and 14 deletions
|
@ -43,7 +43,7 @@ module.exports = function(state, emit) {
|
|||
}
|
||||
}
|
||||
|
||||
let pageAction = ''; //default state: we don't have file metadata
|
||||
let pageAction = null; //default state: we don't have file metadata
|
||||
if (state.transfer) {
|
||||
const s = state.transfer.state;
|
||||
if (s === 'downloading' || s === 'complete') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue