mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 20:29:22 +01:00
Fix secondary key expansion
This commit is contained in:
parent
9e10022014
commit
8ae4332110
@ -1794,7 +1794,7 @@ function getWorldEntry(name, data, entry) {
|
||||
counter.data('first-run', false);
|
||||
countTokensDebounced(counter, contentInput.val());
|
||||
if (!keyInput.isFancy) initScrollHeight(keyInput.control);
|
||||
if (!keySecondaryInput) initScrollHeight(keySecondaryInput.control);
|
||||
if (!keySecondaryInput.isFancy) initScrollHeight(keySecondaryInput.control);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user