Remove early return

a1c387e02a1a219d96381e3cec648fade5244eb7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Ignore whitespace
public/script.js+0 -1
@@ -10362,7 +10362,6 @@ export async function doNavbarIconClick() {
1036210362 const textareas = $(this).closest('.drawer').find('.drawer-content textarea.autoSetHeight');
1036310363 for (const textarea of textareas) {
1036410364 await resetScrollHeight($(textarea));
10365- return;
1036610365 }
1036710366 }
1036810367 } else if (drawerWasOpenAlready) {