Skip to content

Commit 13ae93e

Browse files
committed
Fix Store.add regression causing isLoaded to remain false #8100
1 parent a48c9db commit 13ae93e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/data/Store.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ class Store extends Collection {
220220
if (init) {
221221
super.add(items);
222222

223+
me.isLoaded = true;
224+
223225
return items.map(i => me.get(i[me.getKeyProperty()]))
224226
}
225227

0 commit comments

Comments
 (0)