mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix spelling of occurred
in a couple of comments
This commit is contained in:
parent
a1685fd0d8
commit
007c367018
2 changed files with 3 additions and 3 deletions
|
@ -449,7 +449,7 @@ class AnnotationEditorLayer {
|
|||
// It can happen when the user starts a drag inside a text editor
|
||||
// and then releases the mouse button outside of it. In such a case
|
||||
// we don't want to create a new editor, hence we check that a pointerdown
|
||||
// occured on this div previously.
|
||||
// occurred on this div previously.
|
||||
return;
|
||||
}
|
||||
this.#hadPointerDown = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue