We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11b541 commit 8a0bbe5Copy full SHA for 8a0bbe5
llmstack/client/src/components/sheets/Sheet.jsx
@@ -387,6 +387,7 @@ function Sheet(props) {
387
}));
388
389
sheetRef.current?.updateCells([{ cell: gridCell }]);
390
+ sheetRef.current?.scrollTo(gridCell[0], gridCell[1]);
391
}
392
} else if (event.type === "cell.updating") {
393
const cell = event.cell;
0 commit comments