From a35ddc072defc30a346248f2dcae921d5779e3e0 Mon Sep 17 00:00:00 2001 From: Philipp Mandler Date: Thu, 17 Aug 2023 21:02:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20speaker=20color=20div=20=F0=9F=90=9Ding?= =?UTF-8?q?=20content=20editable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #314 --- frontend/src/editor/transcription_editor.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/src/editor/transcription_editor.tsx b/frontend/src/editor/transcription_editor.tsx index 72bcb72f..31f914b1 100644 --- a/frontend/src/editor/transcription_editor.tsx +++ b/frontend/src/editor/transcription_editor.tsx @@ -59,10 +59,12 @@ function Paragraph({ element, children, attributes }: RenderElementProps): JSX.E const speakerName = useSpeakerName(element.speaker); const metaInformation = ( -
+
{/* start time */}
window.dispatchEvent(new SeekToEvent(startAtom.start))} > @@ -71,10 +73,7 @@ function Paragraph({ element, children, attributes }: RenderElementProps): JSX.E {/* speaker names */} {speakerChanged && ( -
+
{!readOnly && (