Remove unused handleTextareaScroll function

This commit is contained in:
2026-02-01 03:49:47 +01:00
parent afe8a39085
commit 15a1b22c91

View File

@@ -319,7 +319,6 @@ export default function App() {
const sidebarExpandIconSrc =
theme === "light" ? sidebarExpandIconBright : sidebarExpandIcon;
const handleTextareaScroll = useCallback(() => {}, []);
useEffect(() => {
const textarea = textareaRef.current;