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