diff --git a/website/client/src/components/creatorIntro.vue b/website/client/src/components/creatorIntro.vue index 289166fd8c..a5c106ee96 100644 --- a/website/client/src/components/creatorIntro.vue +++ b/website/client/src/components/creatorIntro.vue @@ -1177,7 +1177,7 @@ export default { 'flags.welcomed': true, }); - // @TODO: This is a timeout to ensure dom is loaded + // NOTE: This is a timeout to ensure dom is loaded window.setTimeout(() => { this.initTour(); this.goto('intro', 0); diff --git a/website/client/src/components/notifications.vue b/website/client/src/components/notifications.vue index f967e6fca8..c9749e4341 100644 --- a/website/client/src/components/notifications.vue +++ b/website/client/src/components/notifications.vue @@ -427,7 +427,7 @@ export default { this.$store.dispatch('user:fetch'), this.$store.dispatch('tasks:fetchUserTasks'), ]).then(() => { - // @TODO: This is a timeout to ensure dom is loaded + // NOTE: This is a timeout to ensure dom is loaded window.setTimeout(() => { this.runForcedModals(); }, 2000);