diff --git a/src/components/App.tsx b/src/components/App.tsx index 956e2695b..75ccbb8b9 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2574,6 +2574,8 @@ export class App extends React.Component { return; } this.portal.socket && + // do not broadcast when more than 1 pointer since that shows flickering on the other side + gesture.pointers.size < 2 && this.broadcastMouseLocation({ pointerCoords, button,