Commit 3b822e68 authored by Ayush's avatar Ayush

Minor fix

parent 7e54c673
...@@ -77,6 +77,7 @@ int main() { ...@@ -77,6 +77,7 @@ int main() {
editor.on('update', () => { editor.on('update', () => {
this.isUpToDate = false; this.isUpToDate = false;
document.getElementById('saveBtn').innerHTML = 'Save File';
code[activeLang] = editor.getValue(); code[activeLang] = editor.getValue();
this.file.text = editor.getValue(); this.file.text = editor.getValue();
}); });
......
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