From b29bf61dbd518e5cef0b2f564ddc8f8a0657d089 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 16 Dec 2019 16:21:42 +0100 Subject: Provide native links for description timestamps, and re-clickability for these --- .../src/app/videos/+video-watch/comment/video-comments.component.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/videos/+video-watch/comment/video-comments.component.html') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 844263ddd..5fabb7dfe 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html @@ -40,6 +40,7 @@ (wantedToDelete)="onWantedToDelete($event)" (threadCreated)="onThreadCreated($event)" (resetReply)="onResetReply()" + (timestampClicked)="handleTimestampClicked($event)" > @@ -54,6 +55,7 @@ (wantedToDelete)="onWantedToDelete($event)" (threadCreated)="onThreadCreated($event)" (resetReply)="onResetReply()" + (timestampClicked)="handleTimestampClicked($event)" >
-- cgit v1.2.3