@infinite-list/data-model
Advanced tools
Comparing version 0.2.45-recycle-group.31 to 0.2.45-recycle-group.32
@@ -12,2 +12,3 @@ import { InspectorProps, InspectingAPI, InspectingListener } from './types'; | ||
private _startInspectBatchinator; | ||
private _handleChangeBatchinator; | ||
private _isCollecting; | ||
@@ -14,0 +15,0 @@ private _onChange; |
{ | ||
"name": "@infinite-list/data-model", | ||
"version": "0.2.45-recycle-group.31", | ||
"version": "0.2.45-recycle-group.32", | ||
"files": [ | ||
@@ -28,3 +28,3 @@ "dist", | ||
"@x-oasis/prefix-interval-tree": "^0.1.18", | ||
"@x-oasis/recycler": "^0.1.26", | ||
"@x-oasis/recycler": "^0.1.28", | ||
"@x-oasis/resolve-changed": "^0.1.14", | ||
@@ -31,0 +31,0 @@ "@x-oasis/select-value": "^0.1.14", |
@@ -21,2 +21,3 @@ import shallowArrayEqual from '@x-oasis/shallow-array-equal'; | ||
private _startInspectBatchinator: Batchinator; | ||
private _handleChangeBatchinator: Batchinator; | ||
private _isCollecting = false; | ||
@@ -32,2 +33,6 @@ private _onChange: OnIndexKeysChanged; | ||
); | ||
this._handleChangeBatchinator = new Batchinator( | ||
this.handleChange.bind(this), | ||
50 | ||
); | ||
this._onChange = onChange; | ||
@@ -77,3 +82,4 @@ this._owner = owner; | ||
this._indexKeys.splice(index, 1); | ||
this.handleChange(); | ||
// this.handleChange(); | ||
this._handleChangeBatchinator.schedule(); | ||
} | ||
@@ -80,0 +86,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2259576
25761
Updated@x-oasis/recycler@^0.1.28