Commit 43b061aa authored by yann300's avatar yann300

tooltip

parent 21380482
...@@ -322,6 +322,7 @@ export class LandingPage extends ViewPlugin { ...@@ -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 }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment