Skip to content

Commit 4441db2

Browse files
committed
fix markdown
1 parent 4a8f8ad commit 4441db2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/flame/inputs/scale_events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if the user moves their finger away from the component, the property `event.loca
5858
return a point whose coordinates are NaNs. Likewise, the `event.renderingTrace` in this case will be
5959
empty. However, the `canvasPosition` and `devicePosition` properties of the event will be valid.
6060

61-
In addition, the `ScaleUpdateEvent` will contain `focalPointDelta` --
61+
In addition, the `ScaleUpdateEvent` will contain `focalPointDelta` --
6262
the amount the focal point has moved since the
6363
previous `onScaleUpdate`, or since the `onScaleStart` if this is the first scale-update after a scale-
6464
start.
@@ -180,7 +180,7 @@ class ScaleOnlyRectangle extends RectangleComponent with ScaleCallbacks {
180180
A multi drag gesture can sometimes look exactly like a scale gesture.
181181
This is the case for instance, if you try to move two components toward each other at the same time.
182182
If you added both a component using ScaleCallbacks and
183-
one using DragCallbacks (or one using both), this issue will arise.
183+
one using DragCallbacks (or one using both), this issue will arise.
184184
The Scale gesture will win over the drag gesture
185185
and prevent your user to perform the multi drag gesture as they wanted. This is a limitation
186186
with the current implementation that devs need to be aware of.

0 commit comments

Comments
 (0)