mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
Add option to autocompile, so can be identified in event tracking
This commit is contained in:
@@ -76,7 +76,7 @@ define [
|
||||
|
||||
triggerAutoCompile = () ->
|
||||
if (!ide.$scope.hasLintingError)
|
||||
$scope.recompile()
|
||||
$scope.recompile(isBackgroundAutoCompile: true)
|
||||
|
||||
autoCompileListener = null
|
||||
toggleAutoCompile = (enabling) ->
|
||||
|
||||
Reference in New Issue
Block a user