From fc159fb9ea290fcbcfc8a970b26b2b4d78044418 Mon Sep 17 00:00:00 2001 From: Bandhan Majumder <133476557+bandhan-majumder@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:32:04 +0530 Subject: [PATCH] fix: description label is not focusing on new event-type create modal (#23603) * fix: description label is not focusing * changes --------- Co-authored-by: Devanshu Sharma Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> --- packages/ui/components/editor/Editor.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/ui/components/editor/Editor.tsx b/packages/ui/components/editor/Editor.tsx index 8d1906bde6..343132ef14 100644 --- a/packages/ui/components/editor/Editor.tsx +++ b/packages/ui/components/editor/Editor.tsx @@ -61,7 +61,16 @@ export const Editor = (props: TextEditorProps) => { const plainText = props.plainText ?? false; return (
- {props.label && } + {props.label && ( + + )}
{