| 10750 | 10750 | var icon = $(this).find('.inline-drawer-icon'); |
| 10751 | 10751 | icon.toggleClass('down up'); |
| 10752 | 10752 | icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up'); |
| 10753 | 10753 | $(this).closest('.inline-drawer').find('.inline-drawer-content').stop().slideToggle();{ |
| 10754 | + complete: () => { |
| 10755 | + $(this).css('height', ''); |
| 10756 | + }, |
| 10757 | + }); |
| 10754 | 10758 | |
| 10755 | 10759 | // Set the height of "autoSetHeight" textareas within the inline-drawer to their scroll height |
| 10756 | 10760 | if (!CSS.supports('field-sizing', 'content')) { |