|
|
@ -322,6 +322,7 @@ export class LandingPage extends ViewPlugin { |
|
|
|
|
|
|
|
|
|
|
|
const downloadFiles = async () => { |
|
|
|
const downloadFiles = async () => { |
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
tooltip('preparing files, please wait..') |
|
|
|
const fileProviders = globalRegistry.get('fileproviders').api |
|
|
|
const fileProviders = globalRegistry.get('fileproviders').api |
|
|
|
const zip = new JSZip() |
|
|
|
const zip = new JSZip() |
|
|
|
await fileProviders.browser.copyFolderToJson('/', ({ path, content }) => { |
|
|
|
await fileProviders.browser.copyFolderToJson('/', ({ path, content }) => { |
|
|
|