From 15a1b22c918b7a591ed5bf89264d90a65a0f0bdc Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 03:49:47 +0100 Subject: [PATCH] Remove unused handleTextareaScroll function --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 9ac3e4d..52668ed 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -319,7 +319,6 @@ export default function App() { const sidebarExpandIconSrc = theme === "light" ? sidebarExpandIconBright : sidebarExpandIcon; - const handleTextareaScroll = useCallback(() => {}, []); useEffect(() => { const textarea = textareaRef.current;