Skip to content

Commit e83a3a7

Browse files
author
xiaosong.ye
committed
合并远程分支
2 parents 5ec0f0a + 40eece3 commit e83a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/Input.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class Input extends Component {
7070

7171
handleBlur(e: SyntheticEvent): void {
7272
const { onBlur } = this.props
73-
// if (this.props.trim) this.handleTrim()
73+
if (this.props.trim) this.handleTrim()
7474
if (onBlur) onBlur(e)
7575
}
7676

0 commit comments

Comments
 (0)