mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 07:25:10 -05:00
Fix history frontend tests.
This commit is contained in:
parent
02701a996d
commit
713a39171a
1 changed files with 4 additions and 1 deletions
|
@ -15,14 +15,17 @@ define ['ide/history/HistoryV2Manager'], (HistoryV2Manager) ->
|
||||||
nextBeforeTimestamp: null
|
nextBeforeTimestamp: null
|
||||||
atEnd: false
|
atEnd: false
|
||||||
selection: {
|
selection: {
|
||||||
|
label: null
|
||||||
updates: []
|
updates: []
|
||||||
pathname: null
|
|
||||||
docs: {}
|
docs: {}
|
||||||
|
pathname: null
|
||||||
range: {
|
range: {
|
||||||
fromV: null
|
fromV: null
|
||||||
toV: null
|
toV: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
error: null
|
||||||
|
showOnlyLabels: false
|
||||||
labels: null
|
labels: null
|
||||||
diff: null
|
diff: null
|
||||||
files: []
|
files: []
|
||||||
|
|
Loading…
Reference in a new issue