implement feedback loop
This commit is contained in:
@@ -127,6 +127,6 @@ public class WhiteboardHub : Hub
|
||||
{
|
||||
await MoveShape(moveShape);
|
||||
|
||||
await _messagingService.MoveShape(moveShape);
|
||||
await _messagingService.MoveShape(CurrentWhiteboard.WhiteboardId, moveShape);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user