diff --git a/client/src/components/comments/Comments/Add.jsx b/client/src/components/comments/Comments/Add.jsx index 85923c14..3608b8bc 100755 --- a/client/src/components/comments/Comments/Add.jsx +++ b/client/src/components/comments/Comments/Add.jsx @@ -56,7 +56,7 @@ const Add = React.memo(() => { }; if (!cleanData.text) { - textFieldRef.current?.focus(); + textFieldRef.current?.select(); return; }