Remove unused handleTextareaScroll function
This commit is contained in:
@@ -319,7 +319,6 @@ export default function App() {
|
||||
const sidebarExpandIconSrc =
|
||||
theme === "light" ? sidebarExpandIconBright : sidebarExpandIcon;
|
||||
|
||||
const handleTextareaScroll = useCallback(() => {}, []);
|
||||
|
||||
useEffect(() => {
|
||||
const textarea = textareaRef.current;
|
||||
|
||||
Reference in New Issue
Block a user