Remove early return

a1c387e02a1a219d96381e3cec648fade5244eb7

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

1 files changed, +0 -1Showing whitespace changes
public/script.js+0 -1
@@ -10362,7 +10362,6 @@ export async function doNavbarIconClick() {
10362 const textareas = $(this).closest('.drawer').find('.drawer-content textarea.autoSetHeight');10362 const textareas = $(this).closest('.drawer').find('.drawer-content textarea.autoSetHeight');
10363 for (const textarea of textareas) {10363 for (const textarea of textareas) {
10364 await resetScrollHeight($(textarea));10364 await resetScrollHeight($(textarea));
10365 return;
10366 }10365 }
10367 }10366 }
10368 } else if (drawerWasOpenAlready) {10367 } else if (drawerWasOpenAlready) {