mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	fix: follow-mode tweaks (#7443)
This commit is contained in:
		@@ -866,7 +866,7 @@ class Collab extends PureComponent<Props, CollabState> {
 | 
			
		||||
 | 
			
		||||
      this.portal.broadcastUserViewportBounds(
 | 
			
		||||
        { bounds: [x1, y1, x2, y2] },
 | 
			
		||||
        `follow_${this.portal.socket.id}`,
 | 
			
		||||
        `follow@${this.portal.socket.id}`,
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
  };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user