We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
applyNewData
1 parent fc76da8 commit 9de11a5Copy full SHA for 9de11a5
src/Store.ts
@@ -480,7 +480,7 @@ export default class StoreImp implements Store {
480
case LoadDataType.Init: {
481
this.clearData()
482
this._dataList = data
483
- this._loadDataMore.backward = more?.forward ?? false
+ this._loadDataMore.backward = more?.backward ?? false
484
this._loadDataMore.forward = more?.forward ?? false
485
this._classifyTimeWeightTicks(this._dataList)
486
this.setOffsetRightDistance(this._offsetRightDistance)
0 commit comments