mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
b82b0754ac
commit
2db2f3f5e4
6 changed files with 37 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue