mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-31 12:42:17 +00:00
Merge pull request #61 from sharelatex/as-fix-autocompile-onboarding
Don't show autocompile on load
This commit is contained in:
commit
b9659ac7ef
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ define [
|
||||||
$scope.recompile = (options = {}) ->
|
$scope.recompile = (options = {}) ->
|
||||||
return if $scope.pdf.compiling
|
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'
|
$scope.onboarding.autoCompile = 'show'
|
||||||
|
|
||||||
event_tracking.sendMBSampled "editor-recompile-sampled", options
|
event_tracking.sendMBSampled "editor-recompile-sampled", options
|
||||||
|
|
Loading…
Reference in a new issue