This commit is contained in:
somebody
2023-07-24 11:30:33 -05:00
parent 30640acca7
commit 9cc6972c1c

View File

@@ -776,7 +776,6 @@ function update_status_bar(data) {
}
function do_ai_busy(data) {
console.log("AIBUSY", data.value)
ai_busy = data.value;
// Don't allow editing while Mr. Kobold is thinking
document.getElementById("Selected Text").contentEditable = !ai_busy;