Skip to content

Commit 8a0bbe5

Browse files
committed
Scroll to cell being updated
1 parent f11b541 commit 8a0bbe5

File tree

1 file changed

+1
-0
lines changed
  • llmstack/client/src/components/sheets

1 file changed

+1
-0
lines changed

llmstack/client/src/components/sheets/Sheet.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ function Sheet(props) {
387387
}));
388388

389389
sheetRef.current?.updateCells([{ cell: gridCell }]);
390+
sheetRef.current?.scrollTo(gridCell[0], gridCell[1]);
390391
}
391392
} else if (event.type === "cell.updating") {
392393
const cell = event.cell;

0 commit comments

Comments
 (0)