We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e0e90 commit 49ae597Copy full SHA for 49ae597
src/ValueNodes.tsx
@@ -130,7 +130,7 @@ export const StringEdit: React.FC<StringEditProps> = ({
130
// required when control key is not "standard" text-area
131
// behaviour ("Shift-Enter" or "Enter")
132
const newValue = insertCharInTextArea(
133
- textAreaRef as React.MutableRefObject<HTMLTextAreaElement>,
+ textAreaRef as React.RefObject<HTMLTextAreaElement>,
134
'\n'
135
)
136
setValue(newValue)
0 commit comments