diff --git a/web/src/components/PartProfile/PartProfile.js b/web/src/components/PartProfile/PartProfile.js index 8a91baa..7ff2d8e 100644 --- a/web/src/components/PartProfile/PartProfile.js +++ b/web/src/components/PartProfile/PartProfile.js @@ -187,9 +187,13 @@ const PartProfile = ({ {isEditable ? 'Markdown supported' : ''}
editorRef?.current?.focusAtEnd()} + onClick={(e) => + e?.target?.id === 'description-wrap' && + editorRef?.current?.focusAtEnd() + } >