From 4a0603b724836d3889329a17751ab1e6ca45030f Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Wed, 17 Jan 2024 20:43:59 -0500 Subject: [PATCH] more lock fixes --- BinaryDad.Coding/wwwroot/js/hub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } });