We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8945ca commit 3dd7f01Copy full SHA for 3dd7f01
apps/remix-ide/src/app/ui/landing-page/landing-page.js
@@ -403,7 +403,9 @@ export class LandingPage extends ViewPlugin {
403
404
const migrate = async () => {
405
try {
406
- tooltip('migrating workspace...')
+ setTimeout(() => {
407
+ tooltip('migrating workspace...')
408
+ }, 500)
409
const workspaceName = await migrateToWorkspace(this.fileManager, this.filePanel)
410
tooltip('done. ' + workspaceName + ' created.')
411
} catch (e) {
0 commit comments