mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
Fix typo in comment
This commit is contained in:
@@ -136,7 +136,7 @@ define [
|
||||
$scope.uncompiledChanges = false
|
||||
recalculateUncompiledChanges = () ->
|
||||
if $scope.ui.pdfHidden
|
||||
# Don't both auto-compiling if pdf isn't visible
|
||||
# Don't bother auto-compiling if pdf isn't visible
|
||||
$scope.uncompiledChanges = false
|
||||
else if !$scope.docLastChangedAt?
|
||||
$scope.uncompiledChanges = false
|
||||
|
||||
Reference in New Issue
Block a user