feat: handle annotations

This commit is contained in:
cudr
2019-11-10 21:16:53 +03:00
parent 0f98915909
commit ad0aaf2607
3 changed files with 46 additions and 13 deletions

View File

@@ -93,9 +93,7 @@ class Client extends Component<ClienProps> {
)
}
onChange = ({ value }: any) => {
this.setState({ value })
}
onChange = ({ value }: any) => this.setState({ value })
onConnect = () => this.setState({ isOnline: true })