Fix issue where the Buildings walkthrough could not be completed

This commit is contained in:
Quincy Morgan
2019-12-16 15:58:34 -05:00
parent 2c96fb293d
commit 0e3c0ca4ad
+1 -1
View File
@@ -402,7 +402,7 @@ export function uiIntroBuilding(context, reveal) {
// Something changed. Wait for transition to complete and check undo annotation.
timeout(function() {
if (context.history().undoAnnotation() === t('operations.orthogonalize.annotation.area')) {
if (context.history().undoAnnotation() === t('operations.orthogonalize.annotation.feature.single')) {
continueTo(doneSquare);
} else {
continueTo(retryClickSquare);