mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Add timestamp to saved histories (re: b4ef0862978ae79a5cb741ac49370ed678857b1f)
This commit is contained in:
@@ -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()
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user