update title

pull/1/head
yann300 6 years ago
parent 0a48f30b0a
commit 63adcc6fe3
  1. 2
      src/app/tabs/compile-tab.js

@ -77,7 +77,7 @@ class CompileTab extends CompilerApi {
listenToEvents () {
let onContentChanged = () => {
this.events.emit('statusChanged', {key: 'code', title: 'content changed, needs recompilation', type: 'info'})
this.events.emit('statusChanged', {key: 'code', title: 'the content has changed, needs recompilation', type: 'info'})
}
this.editor.event.register('contentChanged', onContentChanged)
this.editor.event.register('sessionSwitched', onContentChanged)

Loading…
Cancel
Save