glints-aries 4.1.13 → 4.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,7 +39,7 @@ var _TextArea = function _TextArea(_ref) {
|
|
|
39
39
|
var textAreaInputRef = forwardedRef || localRef;
|
|
40
40
|
var handleContainerClick = function handleContainerClick() {
|
|
41
41
|
if (textAreaInputRef.current) {
|
|
42
|
-
|
|
42
|
+
textAreaInputRef.current.focus();
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
45
|
var handleChange = function handleChange(e) {
|
|
@@ -46,7 +46,7 @@ var _TextArea = function _TextArea(_ref) {
|
|
|
46
46
|
var textAreaInputRef = forwardedRef || localRef;
|
|
47
47
|
var handleContainerClick = function handleContainerClick() {
|
|
48
48
|
if (textAreaInputRef.current) {
|
|
49
|
-
|
|
49
|
+
textAreaInputRef.current.focus();
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
var handleChange = function handleChange(e) {
|