Commit 91615d5d authored by Zac Kwan's avatar Zac Kwan Committed by GitHub

set autoCompile to false by default

parent 2825901d
...@@ -205,7 +205,7 @@ function compileTab (container, appAPI, appEvents, opts) { ...@@ -205,7 +205,7 @@ function compileTab (container, appAPI, appEvents, opts) {
// ----------------- autoCompile ----------------- // ----------------- autoCompile -----------------
var autoCompileInput = compileContainer.querySelector('#autoCompile') var autoCompileInput = compileContainer.querySelector('#autoCompile')
var autoCompile = true var autoCompile = false
if (appAPI.config.exists('autoCompile')) { if (appAPI.config.exists('autoCompile')) {
autoCompile = appAPI.config.get('autoCompile') autoCompile = appAPI.config.get('autoCompile')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment