diff --git a/packages/core/src/commands/view/ComponentDrag.ts b/packages/core/src/commands/view/ComponentDrag.ts index 72298a6c1..abd59e87e 100644 --- a/packages/core/src/commands/view/ComponentDrag.ts +++ b/packages/core/src/commands/view/ComponentDrag.ts @@ -726,11 +726,11 @@ type GuideMatched = { */ posSecond: number; /** - * The distance between the two matched guides. + * The distance between the two matched guides in pixels. */ size: number; /** - * The raw distance between the two matched guides. + * The raw distance between the two matched guides in pixels. */ sizeRaw: number; /**