mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
scroll back to top on any sort.
This commit is contained in:
+1
@@ -60,6 +60,7 @@
|
||||
|
||||
export function restoreGridSheetScroll(): void {
|
||||
if (initSpreadsheetGridContainer() && spreadsheetGridContainer.scrollWidth > 0) {
|
||||
spreadsheetGridContainer.scrollTop = 0;
|
||||
spreadsheetGridContainer.scrollLeft = $scrollStore;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user