mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 03:56:05 +00:00
More comments.
This commit is contained in:
parent
0d4e1e5495
commit
4b8ab2dbba
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ define [
|
|||
# editor.
|
||||
e.preventDefault()
|
||||
|
||||
# "loaded" event is emitted from the pdfViewer controller $scope. This means
|
||||
# that the previous PDF DOM element was destroyed and a new one is available,
|
||||
# so we need to grab the elements and set the listeners again.
|
||||
$scope.$on "loaded", () =>
|
||||
@setListeners()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue