This commit is contained in:
Jiwon Jeon 2020-03-07 12:37:22 +09:00
parent 1a97c142b3
commit df22dfb531

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();