Skip to content

Commit a6c95c1

Browse files
committed
BsArrayStore: fixed bug loading state was not updated when method "load" was called without argument
1 parent 349687c commit a6c95c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/model/BsArrayStore.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export default class BsArrayStore extends AbstractStore {
109109
} else if (this.sorters.length > 0) {
110110
this._items = this.localSort();
111111
this._onLoadingSuccess();
112+
} else {
113+
this._onLoadingSuccess();
112114
}
113115

114116
resolve(this._items);

0 commit comments

Comments
 (0)