Fix description timestamp click
This commit is contained in:
parent
d91714ca56
commit
a00056c0c8
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<my-video-description [video]="video"></my-video-description>
|
<my-video-description [video]="video" (timestampClicked)="handleTimestampClicked($event)"></my-video-description>
|
||||||
|
|
||||||
<my-video-attributes [video]="video"></my-video-attributes>
|
<my-video-attributes [video]="video"></my-video-attributes>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue