updated missing line

This commit is contained in:
u-e 2019-01-17 11:28:12 +03:00
parent 31c53c59a3
commit 269aebd453

View File

@ -38,8 +38,7 @@ export default class TagAreaView extends Component {
// Component Functions
_handleOnChange = (text, i) => {
this.setState({ currentText: text.replace(/\s/g, '').toLowerCase() });
this.setState({ currentText: text.replace(/\s/g, '') });
if (text.indexOf(' ') > 0 && text) {
this._handleTagAdded();
}