]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-miniature.component.ts
Fix videos more dropdown position/loading
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-miniature.component.ts
index e32b8cbc585011d0581e7f5c11b5c543c34fa183..48475033cc180c1e0c05d37f04867f7e77addf96 100644 (file)
@@ -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()
     }
   }