mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
If the compile request errors out, set view to 'errors'.
This commit is contained in:
parent
b212f33505
commit
2c321a4803
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ define [
|
|||
.error () ->
|
||||
$scope.pdf.compiling = false
|
||||
$scope.pdf.error = true
|
||||
$scope.pdf.view = 'errors'
|
||||
|
||||
# This needs to be public.
|
||||
ide.$scope.recompile = $scope.recompile
|
||||
|
|
Loading…
Reference in a new issue