Fix nested inline-drawer behavior

3be02b721751d4b5826c38e5d23cc806092b3db8

Crow <bismuthglass@protonmail.com>

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -11847,8 +11847,8 @@ jQuery(async function () {
1184711847 return;
1184811848 }
1184911849 const drawer = $(this).closest('.inline-drawer');
1185011850 const icon = drawer.find('>.inline-drawer-header .inline-drawer-icon');
1185111851 const drawerContent = drawer.find('>.inline-drawer-content');
1185211852 icon.toggleClass('down up');
1185311853 icon.toggleClass('fa-circle-chevron-down fa-circle-chevron-up');
1185411854 drawerContent.stop().slideToggle({