diff --git a/BinaryDad.Coding/wwwroot/js/hub.js b/BinaryDad.Coding/wwwroot/js/hub.js index 42910b9..802c084 100644 --- a/BinaryDad.Coding/wwwroot/js/hub.js +++ b/BinaryDad.Coding/wwwroot/js/hub.js @@ -78,9 +78,9 @@ let editor = ace.edit($editors[index]); - editorLock = false; - editor.session.setValue(code); + + editorLock = false; } });