From df22dfb5311c58e6dbcda3c2a19eab08c9497552 Mon Sep 17 00:00:00 2001 From: Jiwon Jeon Date: Sat, 7 Mar 2020 12:37:22 +0900 Subject: [PATCH] Fix typo --- web/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.js b/web/app.js index b43b237c2..ea154e465 100644 --- a/web/app.js +++ b/web/app.js @@ -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();