Skip to content

Commit

Permalink
Merge pull request #8128 from ricloy/develop
Browse files Browse the repository at this point in the history
Walkthrough hangs on "line" module when splitting "Washington Street"
  • Loading branch information
quincylvania authored Oct 28, 2020
2 parents 4b43c1d + 9dd637d commit 02ee518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/intro/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ export function uiIntroLine(context, reveal) {
context.history().on('change.intro', function(changed) {
wasChanged = true;
timeout(function() {
if (context.history().undoAnnotation() === t('operations.split.annotation.line')) {
if (context.history().undoAnnotation() === t('operations.split.annotation.line', { n: 1 })) {
_washingtonSegmentID = changed.created()[0].id;
continueTo(didSplit);
} else {
Expand Down

0 comments on commit 02ee518

Please sign in to comment.