mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Fix extract fix annotation
This commit is contained in:
@@ -208,7 +208,7 @@ export function validationMismatchedGeometry() {
|
||||
var action = actionExtract(entityId);
|
||||
context.perform(
|
||||
action,
|
||||
t('operations.extract.annotation.single')
|
||||
t('operations.extract.annotation', { n: 1 })
|
||||
);
|
||||
// re-enter mode to trigger updates
|
||||
context.enter(modeSelect(context, [action.getExtractedNodeID()]));
|
||||
|
||||
Reference in New Issue
Block a user