Skip to content

Commit e6d4603

Browse files
Merge branch 'main' into preview
2 parents 6e4c7a9 + e182d08 commit e6d4603

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/class/captureviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,4 +1082,4 @@ Triggered when right click in the viewer's viewing area. On mobile device, trigg
10821082

10831083
`canvasY`: The relative x-coordinate of the click pointer on the canvas.
10841084

1085-
`nativeEvent`: [`PointerEvent`](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)
1085+
`nativeEvent`: [`PointerEvent`](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)

features/viewers/editviewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The method [`rotate()`]({{ site.api }}class/editviewer.html#rotate) is used to r
4747

4848
### Crop
4949

50-
The method [`crop()`]({{ site.api }}class/editviewer.html#crop) is used to crop the pages. If the rectangle selection is exceeds the bounds of the page, it won't take effect.
50+
The method [`crop()`]({{ site.api }}class/editviewer.html#crop) is used to crop the pages. If the rectangle selection exceeds the bounds of the page, it won't take effect.
5151

5252
**Use cases**
5353

@@ -206,4 +206,4 @@ Using [`getSelectedAnnotations`]({{ site.api }}class/editviewer.html#getselected
206206

207207
```typescript
208208
const annotations = editViewer.getSelectedAnnotations();
209-
```
209+
```

gettingstarted/sdk_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ await Dynamsoft.DDV.Core.init();
105105

106106
<div class="multi-panel-switching-end"></div>
107107

108-
109108
{% comment %}
110109

111110

@@ -129,3 +128,4 @@ await Dynamsoft.DDV.Core.init();
129128
```
130129

131130
{% endcomment %}
131+

0 commit comments

Comments
 (0)