| 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 | }); |
| 10754 | | 10758 | |
| 10755 | // Set the height of "autoSetHeight" textareas within the inline-drawer to their scroll height | 10759 | // 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')) { |