Merge pull request #11675 from ji-1/master

Fix typo in comment
This commit is contained in:
Tim van der Meij 2020-03-07 23:07:57 +01:00 committed by GitHub
commit 7b07b88e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1842,7 +1842,7 @@ function webViewerInitialized() {
});
});
// Enable draging-and-dropping a new PDF file onto the viewerContainer.
// Enable dragging-and-dropping a new PDF file onto the viewerContainer.
appConfig.mainContainer.addEventListener("dragover", function(evt) {
evt.preventDefault();