mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'staging' into tabby-models-list
This commit is contained in:
@ -10750,7 +10750,11 @@ jQuery(async function () {
|
|||||||
var icon = $(this).find('.inline-drawer-icon');
|
var icon = $(this).find('.inline-drawer-icon');
|
||||||
icon.toggleClass('down up');
|
icon.toggleClass('down up');
|
||||||
icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up');
|
icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up');
|
||||||
$(this).closest('.inline-drawer').find('.inline-drawer-content').stop().slideToggle();
|
$(this).closest('.inline-drawer').find('.inline-drawer-content').stop().slideToggle({
|
||||||
|
complete: () => {
|
||||||
|
$(this).css('height', '');
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
// Set the height of "autoSetHeight" textareas within the inline-drawer to their scroll height
|
// Set the height of "autoSetHeight" textareas within the inline-drawer to their scroll height
|
||||||
if (!CSS.supports('field-sizing', 'content')) {
|
if (!CSS.supports('field-sizing', 'content')) {
|
||||||
|
Reference in New Issue
Block a user