mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-11 16:24:38 +01:00
fix: follow mode collaborator status indicator (#7459)
This commit is contained in:
@@ -3472,6 +3472,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
};
|
||||
|
||||
private maybeUnfollowRemoteUser = () => {
|
||||
console.warn("maybeUnfollowRemoteUser");
|
||||
if (this.state.userToFollow) {
|
||||
this.setState({ userToFollow: null });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user