Fix nested inline-drawer behavior
| @@ -11847,8 +11847,8 @@ jQuery(async function () { | ||
| 11847 | 11847 | return; |
| 11848 | 11848 | } |
| 11849 | 11849 | const drawer = $(this).closest('.inline-drawer'); |
| 11850 | 11850 | const icon = drawer.find('>.inline-drawer-header .inline-drawer-icon'); |
| 11851 | 11851 | const drawerContent = drawer.find('>.inline-drawer-content'); |
| 11852 | 11852 | icon.toggleClass('down up'); |
| 11853 | 11853 | icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up'); |
| 11854 | 11854 | drawerContent.stop().slideToggle({ |