mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Increase delay before checking if Description field was added
This commit is contained in:
@@ -207,7 +207,7 @@ export function uiIntroArea(context, reveal) {
|
||||
continueTo(retryChooseDescription);
|
||||
else
|
||||
continueTo(describePlayground);
|
||||
}, 100);
|
||||
}, 300);
|
||||
});
|
||||
|
||||
function continueTo(nextStep) {
|
||||
|
||||
Reference in New Issue
Block a user