diff --git a/services/web/public/coffee/ide/pdfng/directives/pdfViewer.coffee b/services/web/public/coffee/ide/pdfng/directives/pdfViewer.coffee index 241cee1c33..e6401b11ac 100644 --- a/services/web/public/coffee/ide/pdfng/directives/pdfViewer.coffee +++ b/services/web/public/coffee/ide/pdfng/directives/pdfViewer.coffee @@ -432,6 +432,7 @@ define [ # if we still have a selection we need to keep the handler going if not removedClass then _setMouseUpHandler() , 10 + return true _removeClassIfNoSelection = () -> if _hasSelection()