Commit 3dd7f01b authored by ioedeveloper's avatar ioedeveloper Committed by Liana Husikyan

set timeout

parent d8945ca1
...@@ -403,7 +403,9 @@ export class LandingPage extends ViewPlugin { ...@@ -403,7 +403,9 @@ export class LandingPage extends ViewPlugin {
const migrate = async () => { const migrate = async () => {
try { try {
tooltip('migrating workspace...') setTimeout(() => {
tooltip('migrating workspace...')
}, 500)
const workspaceName = await migrateToWorkspace(this.fileManager, this.filePanel) const workspaceName = await migrateToWorkspace(this.fileManager, this.filePanel)
tooltip('done. ' + workspaceName + ' created.') tooltip('done. ' + workspaceName + ' created.')
} catch (e) { } catch (e) {
......
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