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 06d95f2 commit 63e7d49Copy full SHA for 63e7d49
src/VariableTextInputView.tsx
@@ -108,9 +108,9 @@ const VariableTextInputView = forwardRef(
108
setKeyWord(result || '');
109
props.onMention && props.onMention(mentionData);
110
}
111
- props.onChangeText && props.onChangeText(text);
112
- props.onChange && props.onChange(e);
113
+ props.onChangeText && props.onChangeText(text);
+ props.onChange && props.onChange(e);
114
};
115
// useEffect(() => {
116
// if (!!props.text) {
0 commit comments