mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add option to autocompile, so can be identified in event tracking
This commit is contained in:
parent
8a8d98935b
commit
11386eb817
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ define [
|
|||
|
||||
triggerAutoCompile = () ->
|
||||
if (!ide.$scope.hasLintingError)
|
||||
$scope.recompile()
|
||||
$scope.recompile(isBackgroundAutoCompile: true)
|
||||
|
||||
autoCompileListener = null
|
||||
toggleAutoCompile = (enabling) ->
|
||||
|
|
Loading…
Reference in a new issue