Skip to content

Commit 600d410

Browse files
committed
rm comment
1 parent 9cae5e9 commit 600d410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-mentions",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "React Mentions",
55
"keywords": [
66
"react",

src/Mentions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class Mentions extends React.Component<MentionsProps, MentionsState> {
210210
};
211211

212212
public onInputBlur: React.FocusEventHandler<HTMLTextAreaElement> = event => {
213-
// this.onBlur(event);
213+
this.onBlur(event);
214214
};
215215

216216
public onDropdownFocus = () => {

0 commit comments

Comments
 (0)