Remove early return
| @@ -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) { |