diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-08 15:59:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-08 15:59:05 +0200 |
commit | b51e5b74019bcd67d9adafd48c0cd79affe84892 (patch) | |
tree | e1d1a4d4cdbcdc268fe0b7e955f2e6c31d0d58d9 /client/src/app/shared/shared-video-miniature/videos-selection.component.html | |
parent | efa3fef23ecf4e1c5289f8715de184c272ea49f7 (diff) | |
download | PeerTube-b51e5b74019bcd67d9adafd48c0cd79affe84892.tar.gz PeerTube-b51e5b74019bcd67d9adafd48c0cd79affe84892.tar.zst PeerTube-b51e5b74019bcd67d9adafd48c0cd79affe84892.zip |
Correctly disable infinite scroll for reuse
Diffstat (limited to 'client/src/app/shared/shared-video-miniature/videos-selection.component.html')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/videos-selection.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/videos-selection.component.html b/client/src/app/shared/shared-video-miniature/videos-selection.component.html index f2af874dd..6ea2661e4 100644 --- a/client/src/app/shared/shared-video-miniature/videos-selection.component.html +++ b/client/src/app/shared/shared-video-miniature/videos-selection.component.html | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | <div | 3 | <div |
4 | class="videos" | 4 | class="videos" |
5 | myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [dataObservable]="onDataSubject.asObservable()" [setAngularState]="true" | 5 | myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [dataObservable]="onDataSubject.asObservable()" |
6 | [parentDisabled]="disabled" [setAngularState]="true" | ||
6 | > | 7 | > |
7 | <div class="video" *ngFor="let video of videos; let i = index; trackBy: videoById"> | 8 | <div class="video" *ngFor="let video of videos; let i = index; trackBy: videoById"> |
8 | 9 | ||