Skip to content

Commit 44dd1cc

Browse files
committed
fix TS dispose
1 parent c833587 commit 44dd1cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BlazorUI/Bit.BlazorUI.Extras/Components/InfiniteScrolling/BitInfiniteScrolling.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ namespace BitBlazorUI {
3838
if (!observer) return;
3939

4040
observer.disconnect();
41+
delete InfiniteScrolling._observers[id];
4142
}
4243
}
4344
}

0 commit comments

Comments
 (0)