aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-26 10:47:07 +0200
committerChocobozzz <me@florianbigard.com>2019-05-13 09:45:37 +0200
commit743f023c5361af1428e927171effb2616d4e0245 (patch)
tree953146557a0c7bcbc0d1ab8ae9f672a101d1a17d /client/src/app/shared/video/video-miniature.component.ts
parenta18f275d302bbd95443c258b8d92f6dfd8eb1653 (diff)
downloadPeerTube-743f023c5361af1428e927171effb2616d4e0245.tar.gz
PeerTube-743f023c5361af1428e927171effb2616d4e0245.tar.zst
PeerTube-743f023c5361af1428e927171effb2616d4e0245.zip
Fix videos more dropdown position/loading
Diffstat (limited to 'client/src/app/shared/video/video-miniature.component.ts')
-rw-r--r--client/src/app/shared/video/video-miniature.component.ts2
1 files changed, 1 insertions, 1 deletions
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 {
74 74
75 // We rely on mouseenter to lazy load actions 75 // We rely on mouseenter to lazy load actions
76 if (this.screenService.isInTouchScreen()) { 76 if (this.screenService.isInTouchScreen()) {
77 this.showActions = true 77 this.loadActions()
78 } 78 }
79 } 79 }
80 80