mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't Show autocompile on load
This commit is contained in:
parent
5d3371a52c
commit
bd6bc42a9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue