mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
hide logs when there are validation errors
This commit is contained in:
parent
bcabec1c5d
commit
82b84fd5f4
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ define [
|
|||
else if response.status == "validation-problems"
|
||||
$scope.pdf.view = "validation-problems"
|
||||
$scope.pdf.validation = response.validationProblems
|
||||
$scope.shouldShowLogs = false
|
||||
else if response.status == "compile-in-progress"
|
||||
$scope.pdf.view = 'errors'
|
||||
$scope.pdf.compileInProgress = true
|
||||
|
|
Loading…
Reference in a new issue