This reverts commit a1ee2afabd
.
This commit is contained in:
parent
03133fc647
commit
08d4994305
@ -213,7 +213,7 @@ export function TextArea(props) {
|
||||
if (!changed) {
|
||||
setRange([-1, 0, -1, 0]);
|
||||
}
|
||||
}, [value]);
|
||||
}, [value, keyLabelMap]);
|
||||
|
||||
useEffect(() => {
|
||||
const { current } = inputRef;
|
||||
|
Loading…
Reference in New Issue
Block a user