Fix: Bug with auto scroll (#1599)
Co-authored-by: v1b3m <vibenjamin6@gmail.com>
This commit is contained in:
@ -17,7 +17,7 @@ export function EditableCellSoftFocusMode({ children }: OwnProps) {
|
||||
|
||||
useEffect(() => {
|
||||
scrollRef.current?.scrollIntoView({ block: 'nearest' });
|
||||
});
|
||||
}, []);
|
||||
|
||||
function openEditMode() {
|
||||
openEditableCell();
|
||||
|
||||
Reference in New Issue
Block a user