From c749a32ff66599ad5c276a116bafee0d12fa1ebb Mon Sep 17 00:00:00 2001 From: Younes Date: Fri, 7 Jul 2023 15:56:15 +0100 Subject: [PATCH] fix multi-line annoations and disable autoplay (#212) --- .../scenes/Project/scenes/Video/VideoComponent.tsx | 4 ++-- .../AnnotationContent/AnnotationContentComponent.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/client/src/scenes/Project/scenes/Video/VideoComponent.tsx b/packages/client/src/scenes/Project/scenes/Video/VideoComponent.tsx index 33683136..38053690 100644 --- a/packages/client/src/scenes/Project/scenes/Video/VideoComponent.tsx +++ b/packages/client/src/scenes/Project/scenes/Video/VideoComponent.tsx @@ -55,7 +55,7 @@ const Player: React.FC = (props) => { title: 0, warningTitle: 0, p2p: 0, - autoplay: 1, + autoplay: 0, }, }} {...props} @@ -224,7 +224,7 @@ const VideoComponent = connect(
-
+ {!focused && ( - + {richText} )} -
+ {focused && (