mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix context checkbox squish
This commit is contained in:
@@ -1745,7 +1745,7 @@ async function loadContextSettings() {
|
|||||||
power_user.context[control.property] = value;
|
power_user.context[control.property] = value;
|
||||||
}
|
}
|
||||||
console.log(`Setting ${$element.prop('id')} to ${value}`);
|
console.log(`Setting ${$element.prop('id')} to ${value}`);
|
||||||
if (!CSS.supports('field-sizing', 'content')) {
|
if (!CSS.supports('field-sizing', 'content') && $(this).is('textarea')) {
|
||||||
await resetScrollHeight($(this));
|
await resetScrollHeight($(this));
|
||||||
}
|
}
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
|
Reference in New Issue
Block a user