mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Fix typo
This commit is contained in:
parent
1a97c142b3
commit
df22dfb531
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
appConfig.mainContainer.addEventListener("dragover", function(evt) {
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue