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;