Commit 63adcc6f authored by yann300's avatar yann300

update title

parent 0a48f30b
...@@ -77,7 +77,7 @@ class CompileTab extends CompilerApi { ...@@ -77,7 +77,7 @@ class CompileTab extends CompilerApi {
listenToEvents () { listenToEvents () {
let onContentChanged = () => { 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('contentChanged', onContentChanged)
this.editor.event.register('sessionSwitched', onContentChanged) this.editor.event.register('sessionSwitched', onContentChanged)
......
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