From 633edf15b8f30257c1f6e1537e5fc4ac00c2cb20 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 14 Apr 2017 00:53:33 -0400 Subject: [PATCH] Increase delay before checking if Description field was added --- modules/ui/intro/area.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/intro/area.js b/modules/ui/intro/area.js index 496b18240..8d5877210 100644 --- a/modules/ui/intro/area.js +++ b/modules/ui/intro/area.js @@ -207,7 +207,7 @@ export function uiIntroArea(context, reveal) { continueTo(retryChooseDescription); else continueTo(describePlayground); - }, 100); + }, 300); }); function continueTo(nextStep) {