Mimic logic of autoCompile button

pull/1/head
greg 7 years ago committed by yann300
parent ed9892a568
commit 3d4ffc9cfe
  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