Fix secondary key expansion

This commit is contained in:
Cohee 2024-05-17 00:03:41 +03:00
parent 9e10022014
commit 8ae4332110

View File

@ -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);
}
});