Add brushKind to transform-pointer-intent test

This commit is contained in:
2026-04-15 08:03:28 +02:00
parent 4254f14f93
commit a58e5d58ee

View File

@@ -25,6 +25,7 @@ function createActiveBrushTransformSession(): TransformSessionState {
target: {
kind: "brush",
brushId: brush.id,
brushKind: brush.kind,
initialCenter: brush.center,
initialRotationDegrees: brush.rotationDegrees,
initialSize: brush.size,