From ded18a63c34f952652717c0411e91a5fb31dac17 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 4 May 2023 17:18:14 +0200 Subject: [PATCH] use HTMLTextAreaElement here as well --- .../RightOverlay/Markers/MarkerEditorPopover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerEditorPopover.tsx b/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerEditorPopover.tsx index 2310f25..d54f009 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerEditorPopover.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerEditorPopover.tsx @@ -78,7 +78,7 @@ const MarkerEditorPopover: React.FC<{ } }, [layoutP, sheet]) - const inputRef = useRef(null) + const inputRef = useRef(null) useLayoutEffect(() => { inputRef.current!.focus() }, [])