Increase delay before checking if Description field was added

This commit is contained in:
Bryan Housel
2017-04-14 00:53:33 -04:00
parent 8989aea023
commit 633edf15b8
+1 -1
View File
@@ -207,7 +207,7 @@ export function uiIntroArea(context, reveal) {
continueTo(retryChooseDescription);
else
continueTo(describePlayground);
}, 100);
}, 300);
});
function continueTo(nextStep) {