X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.ts;h=48475033cc180c1e0c05d37f04867f7e77addf96;hb=73b3aa6429dfb2e31628fa09a479dce318289d7d;hp=e32b8cbc585011d0581e7f5c11b5c543c34fa183;hpb=8dfceec44a5eec8b0190d1d5076aab0f03a0cb52;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/video-miniature.component.ts b/client/src/app/shared/video/video-miniature.component.ts index e32b8cbc5..48475033c 100644 --- a/client/src/app/shared/video/video-miniature.component.ts +++ b/client/src/app/shared/video/video-miniature.component.ts @@ -74,7 +74,7 @@ export class VideoMiniatureComponent implements OnInit { // We rely on mouseenter to lazy load actions if (this.screenService.isInTouchScreen()) { - this.showActions = true + this.loadActions() } }