Remove early return
| @@ -10362,7 +10362,6 @@ export async function doNavbarIconClick() { | ||
| 10362 | 10362 | const textareas = $(this).closest('.drawer').find('.drawer-content textarea.autoSetHeight'); |
| 10363 | 10363 | for (const textarea of textareas) { |
| 10364 | 10364 | await resetScrollHeight($(textarea)); |
| 10365 | - return; | |
| 10366 | 10365 | } |
| 10367 | 10366 | } |
| 10368 | 10367 | } else if (drawerWasOpenAlready) { |