mirror of
https://github.com/cudr/slate-collaborative.git
synced 2026-03-02 03:40:18 +00:00
feat: add users twice
This commit is contained in:
@@ -31,6 +31,7 @@ class Room extends Component<RoomProps, RoomState> {
|
||||
|
||||
componentDidMount() {
|
||||
this.addUser()
|
||||
setTimeout(this.addUser, 10)
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user