Collab ui tweaks (#913)
* decrease gap between menu icons * reduce margin of copy button * add collaboratorsCount to roomDialog toggle button
This commit is contained in:
@ -234,6 +234,8 @@ export class App extends React.Component<any, AppState> {
|
||||
private destroySocketClient = () => {
|
||||
this.setState({
|
||||
isCollaborating: false,
|
||||
remotePointers: {},
|
||||
collaboratorCount: 0,
|
||||
});
|
||||
if (this.socket) {
|
||||
this.socket.close();
|
||||
|
Reference in New Issue
Block a user