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(() => {
|
useEffect(() => {
|
||||||
scrollRef.current?.scrollIntoView({ block: 'nearest' });
|
scrollRef.current?.scrollIntoView({ block: 'nearest' });
|
||||||
});
|
}, []);
|
||||||
|
|
||||||
function openEditMode() {
|
function openEditMode() {
|
||||||
openEditableCell();
|
openEditableCell();
|
||||||
|
|||||||
Reference in New Issue
Block a user