Removes hoverIn/Out detection for shared video that shows/hides displayname, as we always display the name of the video when there is no thumb shown. And we do not want the name over the thumb.
This commit is contained in:
parent
32c2d912be
commit
8df6a29741
|
@ -336,7 +336,6 @@ function SharedVideoThumb (url)
|
|||
this.videoSpanId = "sharedVideoContainer";
|
||||
this.container = this.createContainer(this.videoSpanId);
|
||||
this.container.onclick = this.videoClick.bind(this);
|
||||
this.bindHoverHandler();
|
||||
|
||||
SmallVideo.call(this, VideoLayout);
|
||||
this.isVideoMuted = true;
|
||||
|
|
Loading…
Reference in New Issue