mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
World Info Fix
This commit is contained in:
@@ -1061,7 +1061,7 @@ function world_info_entry(data) {
|
|||||||
content.setAttribute("uid", data.uid);
|
content.setAttribute("uid", data.uid);
|
||||||
content.value = data.content;
|
content.value = data.content;
|
||||||
content.onchange = function () {
|
content.onchange = function () {
|
||||||
world_info_data[this.getAttribute('uid')]['content'] = this.textContent;
|
world_info_data[this.getAttribute('uid')]['content'] = this.value;
|
||||||
send_world_info(this.getAttribute('uid'));
|
send_world_info(this.getAttribute('uid'));
|
||||||
this.classList.add("pulse");
|
this.classList.add("pulse");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user