mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Shh!
This commit is contained in:
@@ -776,7 +776,6 @@ function update_status_bar(data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function do_ai_busy(data) {
|
function do_ai_busy(data) {
|
||||||
console.log("AIBUSY", data.value)
|
|
||||||
ai_busy = data.value;
|
ai_busy = data.value;
|
||||||
// Don't allow editing while Mr. Kobold is thinking
|
// Don't allow editing while Mr. Kobold is thinking
|
||||||
document.getElementById("Selected Text").contentEditable = !ai_busy;
|
document.getElementById("Selected Text").contentEditable = !ai_busy;
|
||||||
|
Reference in New Issue
Block a user