Skip to content

Commit

Permalink
fix: fix loading state
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Aug 21, 2024
1 parent eb6d533 commit 3bf563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infinitegrid/src/GroupManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class GroupManager extends Grid<GroupManagerOptions> {
}

public waitEndLoading() {
if (this._loadingGrid.type) {
if (!this._loadingGrid.isWaitEnd && this._loadingGrid.type) {
this._loadingGrid.isWaitEnd = true;
return true;
}
Expand Down

0 comments on commit 3bf563b

Please sign in to comment.