X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fshared%2Fplaylist%2Fvideo-watch-playlist.component.ts;h=8b3ed496464b74c195cadde42988fa0ce9394f38;hb=c186a67f90203af6bfa434f026efdc99193bcd65;hp=0a4d6bfd11c66d2dd6a9e0852a28a182b332e167;hpb=911186dae411d78788ccede093c251303187589a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts b/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts index 0a4d6bfd1..8b3ed4964 100644 --- a/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts +++ b/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts @@ -130,7 +130,7 @@ export class VideoWatchPlaylistComponent { setTimeout(() => { document.querySelector('.element-' + this.currentPlaylistPosition).scrollIntoView(false) - }, 0) + }) return }