Fix Bug 57417 - Client.VersionHistory.Comment. Incorrect behavior when editing a comment in the Version History panel

This commit is contained in:
Timofey Boyko 2022-06-01 10:19:29 +03:00
parent 4c2064714d
commit afe93c07bd

View File

@ -31,7 +31,7 @@ const Textarea = ({
if (areaSelect && areaRef.current) {
areaRef.current.select();
}
}, [areaRef.current]);
}, [areaSelect]);
return (
<StyledScrollbar