mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Preserve the undo annotation when doing point-area merge
(closes #4113)
This commit is contained in:
@@ -22,7 +22,7 @@ export function operationMerge(selectedIDs, context) {
|
||||
var oldPreset = context.presets().match(oldEntity, oldGraph),
|
||||
newPreset = context.presets().match(newEntity, newGraph);
|
||||
|
||||
context.replace(actionChangePreset(id, oldPreset, newPreset));
|
||||
context.replace(actionChangePreset(id, oldPreset, newPreset), operation.annotation());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user