Formatting of history
This commit is contained in:
parent
5f068ac036
commit
65a0225d74
3 changed files with 82 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue