diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index ce2c3eec05..640c224e7b 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -419,7 +419,7 @@ define [ $scope.recompile = (options = {}) -> return if $scope.pdf.compiling - if !options.isAutoCompile and $scope.onboarding.autoCompile == 'unseen' + if !options.isAutoCompileOnLoad and $scope.onboarding.autoCompile == 'unseen' $scope.onboarding.autoCompile = 'show' event_tracking.sendMBSampled "editor-recompile-sampled", options