create rect command fix

This commit is contained in:
2026-02-12 09:49:15 +01:00
parent b0f5f38412
commit 3f87964309
3 changed files with 58 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ public static partial class ShapeMappers
Id = new Guid(rectangle.Id.Value),
Type = rectangle.ShapeType,
WhiteboardId = new Guid(rectangle.WhiteboardId.IdValue),
AuthorId = new Guid(rectangle.AuthorId.IdValue),
PositionX = rectangle.Position.X,
PositionY = rectangle.Position.Y,
Color = rectangle.Color.Value,