mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
updated missing line
This commit is contained in:
parent
31c53c59a3
commit
269aebd453
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user