mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 15:43:28 +00:00
remove debugging from pdf viewer
This commit is contained in:
parent
441bc63935
commit
debc3037ae
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ define [
|
|||
#console.log 'orig position', JSON.stringify(origposition)
|
||||
if pageNum - 1 < origposition.page && delta != 0
|
||||
currentScrollTop = element.scrollTop()
|
||||
console.log 'adjusting scroll from', currentScrollTop, 'by', delta
|
||||
#console.log 'adjusting scroll from', currentScrollTop, 'by', delta
|
||||
scope.adjustingScroll = true
|
||||
element.scrollTop(currentScrollTop + delta)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue