mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Merge pull request #8128 from ricloy/develop
Walkthrough hangs on "line" module when splitting "Washington Street"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user