mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-04 18:21:59 +03:00
Fix: Bug with auto scroll (#1599)
Co-authored-by: v1b3m <vibenjamin6@gmail.com>
This commit is contained in:
parent
85a6d0aa12
commit
55ead78fbf
@ -17,7 +17,7 @@ export function EditableCellSoftFocusMode({ children }: OwnProps) {
|
||||
|
||||
useEffect(() => {
|
||||
scrollRef.current?.scrollIntoView({ block: 'nearest' });
|
||||
});
|
||||
}, []);
|
||||
|
||||
function openEditMode() {
|
||||
openEditableCell();
|
||||
|
Loading…
Reference in New Issue
Block a user