scroll back to top on any sort.

This commit is contained in:
Darshan
2025-08-16 18:06:17 +05:30
parent 387fd33e94
commit 8dd316c667
@@ -60,6 +60,7 @@
export function restoreGridSheetScroll(): void {
if (initSpreadsheetGridContainer() && spreadsheetGridContainer.scrollWidth > 0) {
spreadsheetGridContainer.scrollTop = 0;
spreadsheetGridContainer.scrollLeft = $scrollStore;
}
}