diff --git a/modules/core/history.js b/modules/core/history.js index 830962d8d..d0bd896cd 100644 --- a/modules/core/history.js +++ b/modules/core/history.js @@ -506,7 +506,9 @@ export function coreHistory(context) { baseEntities: Object.values(baseEntities), stack: s, nextIDs: osmEntity.id.next, - index: _index + index: _index, + // note the time the changes were saved + timestamp: (new Date()).getTime() }); },