Skip to content

Commit 63e7d49

Browse files
duom青源duom青源
authored andcommitted
feat: bugfix
1 parent 06d95f2 commit 63e7d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VariableTextInputView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ const VariableTextInputView = forwardRef(
108108
setKeyWord(result || '');
109109
props.onMention && props.onMention(mentionData);
110110
}
111-
props.onChangeText && props.onChangeText(text);
112-
props.onChange && props.onChange(e);
113111
}
112+
props.onChangeText && props.onChangeText(text);
113+
props.onChange && props.onChange(e);
114114
};
115115
// useEffect(() => {
116116
// if (!!props.text) {

0 commit comments

Comments
 (0)