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