1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Use the stopEvent helper function everywhere possible

This commit is contained in:
Jonas Jenwald 2024-11-28 13:25:56 +01:00
parent 22babd722f
commit e1760aab8d
10 changed files with 32 additions and 31 deletions

View file

@ -53,6 +53,7 @@ import {
PixelsPerInch,
RenderingCancelledException,
setLayerDimensions,
stopEvent,
} from "../../src/display/display_utils.js";
import { AnnotationEditorLayer } from "../../src/display/editor/annotation_editor_layer.js";
import { AnnotationEditorUIManager } from "../../src/display/editor/tools.js";
@ -102,6 +103,7 @@ const expectedAPI = Object.freeze({
RenderingCancelledException,
setLayerDimensions,
shadow,
stopEvent,
TextLayer,
UnexpectedResponseException,
Util,