Skip to content

Commit 3dd7f01

Browse files
ioedeveloperLianaHus
authored andcommitted
set timeout
1 parent d8945ca commit 3dd7f01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/remix-ide/src/app/ui/landing-page/landing-page.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,9 @@ export class LandingPage extends ViewPlugin {
403403

404404
const migrate = async () => {
405405
try {
406-
tooltip('migrating workspace...')
406+
setTimeout(() => {
407+
tooltip('migrating workspace...')
408+
}, 500)
407409
const workspaceName = await migrateToWorkspace(this.fileManager, this.filePanel)
408410
tooltip('done. ' + workspaceName + ' created.')
409411
} catch (e) {

0 commit comments

Comments
 (0)