Merge branch 'staging' into tabby-models-list

0c9f2e91ebcf0792719433d1ceacd6de7d9741b8

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

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