mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Only set coalesceChanges flag when a real tag change has happened
(closes #3035)
This commit is contained in:
@@ -191,10 +191,9 @@ iD.ui.EntityEditor = function(context) {
|
||||
context.overwrite(iD.actions.ChangeTags(id, tags), annotation);
|
||||
} else {
|
||||
context.perform(iD.actions.ChangeTags(id, tags), annotation);
|
||||
coalesceChanges = !!onInput;
|
||||
}
|
||||
}
|
||||
|
||||
coalesceChanges = !!onInput;
|
||||
}
|
||||
|
||||
entityEditor.modified = function(_) {
|
||||
|
||||
Reference in New Issue
Block a user