mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
WI skill issue
This commit is contained in:
@ -464,7 +464,7 @@ function appendWorldEntry(name, data, entry) {
|
|||||||
|
|
||||||
const contentInput = template.find('textarea[name="content"]');
|
const contentInput = template.find('textarea[name="content"]');
|
||||||
contentInput.data("uid", entry.uid);
|
contentInput.data("uid", entry.uid);
|
||||||
contentInput.on("input", function (_, { skipCount }) {
|
contentInput.on("input", function (_, { skipCount } = {}) {
|
||||||
const uid = $(this).data("uid");
|
const uid = $(this).data("uid");
|
||||||
const value = $(this).val();
|
const value = $(this).val();
|
||||||
data.entries[uid].content = value;
|
data.entries[uid].content = value;
|
||||||
|
Reference in New Issue
Block a user