Formatting of history

This commit is contained in:
Magnus Åhall 2026-06-06 13:06:48 +02:00
parent 5f068ac036
commit 65a0225d74
3 changed files with 82 additions and 16 deletions

View file

@ -462,7 +462,7 @@ class NodeHistoryStore extends SimpleNodeStore {
.transaction(['nodes', this.storeName], 'readonly')
.objectStore(this.storeName)
.index('byUUID')
.openCursor(uuid)
.openCursor(uuid, 'prev')
let retrieved = 0
let first = true