mirror of
https://github.com/cudr/slate-collaborative.git
synced 2026-03-02 03:40:18 +00:00
feat: handle annotations
This commit is contained in:
@@ -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 })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user