Skip to content

Commit c1224a3

Browse files
committed
fix: remove the mention of the topchanged event and move unbind up
1 parent 5064301 commit c1224a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_articles/info/api/WebTwain_Viewer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,8 @@ objThumbnailViewer.on("pageRendered", function(index) {
618618

619619
**Usage notes**
620620

621+
The method [`unbind()`](/_articles/info/api/WebTwain_Viewer.md#unbind) will dispose all created ThumbnailViewer objects.
622+
621623
For the `CheckboxSettings` and `PageNumberSettings` interface, please refer to the APIs [`updateCheckboxStyle()`](/_articles/info/api/WebTwain_Viewer.md#updatecheckboxstyle) and [`updatePageNumberStyle()`](/_articles/info/api/WebTwain_Viewer.md#updatepagenumberstyle).
622624

623625
The following table shows the events available to a ThumbnailViewer object.
@@ -637,9 +639,6 @@ The following table shows the events available to a ThumbnailViewer object.
637639
| `keydown` | keyboardEvent: KeyboardEvent | Triggered upon pressing a key; **only supported on desktop browsers** |
638640
| `keyup` | keyboardEvent: KeyboardEvent | Triggered upon releasing a key; **only supported on desktop browsers** |
639641

640-
By default, scrolling the scroll bar on the `ThumbnailViewer` does not trigger the `topchanged` event.
641-
642-
The method [`unbind()`](/_articles/info/api/WebTwain_Viewer.md#unbind) will dispose all created ThumbnailViewer objects.
643642

644643
---
645644

0 commit comments

Comments
 (0)