Skip to content

Commit 9c095ca

Browse files
committed
fix: linter issues
1 parent 059a16b commit 9c095ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/controls/ZoomContentControl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ public class MyCustomZoomControl : ZoomContentControl
116116
}
117117
```
118118

119-
If you do not call `base.OnPointerPressed(e)`, you bypass the built-in pan/zoom logic entirely. This approach lets you disable or alter parts of the default pointer behavior without modifying the original code.
119+
If you do not call `base.OnPointerPressed(e)`, you bypass the built-in pan/zoom logic entirely. This approach lets you disable or alter parts of the default pointer behavior without modifying the original code.

0 commit comments

Comments
 (0)