Mimic logic of autoCompile button

pull/3094/head
greg 7 years ago committed by yann300
parent 34e5e88790
commit 96a288ea61
  1. 1
      src/app/tabs/compile-tab.js

@ -38,7 +38,6 @@ module.exports = class CompileTab {
maxTime: 1000,
timeout: 300
}
self._opts.config.set('hideWarnings', false)
self._events.editor.register('contentChanged', scheduleCompilation)
self._events.editor.register('sessionSwitched', scheduleCompilation)
function scheduleCompilation () {

Loading…
Cancel
Save