Fix: Bug with auto scroll (#1599)

Co-authored-by: v1b3m <vibenjamin6@gmail.com>
This commit is contained in:
gitstart-twenty 2023-09-15 16:52:43 +01:00 committed by GitHub
parent 85a6d0aa12
commit 55ead78fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ export function EditableCellSoftFocusMode({ children }: OwnProps) {
useEffect(() => {
scrollRef.current?.scrollIntoView({ block: 'nearest' });
});
}, []);
function openEditMode() {
openEditableCell();