fix: height resize.

This commit is contained in:
Darshan
2025-08-09 15:37:39 +05:30
parent 81c5214241
commit dbc0dabda5
@@ -539,7 +539,7 @@
makeTableColumns();
}
$: if (data.rows) {
$: {
/* up-to-date height */
tick().then(() => spreadsheetContainer?.resizeSheet());
}