Merge branch 'staging' into tabby-models-list

0c9f2e91ebcf0792719433d1ceacd6de7d9741b8

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +5 -1Ignore whitespace
public/script.js+5 -1
@@ -10750,7 +10750,11 @@ jQuery(async function () {
10750 var icon = $(this).find('.inline-drawer-icon');10750 var icon = $(this).find('.inline-drawer-icon');
10751 icon.toggleClass('down up');10751 icon.toggleClass('down up');
10752 icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up');10752 icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up');
10753 $(this).closest('.inline-drawer').find('.inline-drawer-content').stop().slideToggle();10753 $(this).closest('.inline-drawer').find('.inline-drawer-content').stop().slideToggle({
10754 complete: () => {
10755 $(this).css('height', '');
10756 },
10757 });
1075410758
10755 // Set the height of "autoSetHeight" textareas within the inline-drawer to their scroll height10759 // Set the height of "autoSetHeight" textareas within the inline-drawer to their scroll height
10756 if (!CSS.supports('field-sizing', 'content')) {10760 if (!CSS.supports('field-sizing', 'content')) {