🐛(export) fix export column NaN

During the export of tables to PDF, columns
with NaN widths were not handled correctly,
leading to export not exporting.
We now take in case NaN columnwidths.
We update the regressions tests to include
this kind of tables.
This commit is contained in:
Anthony LC
2026-01-20 15:18:13 +01:00
parent f64800727a
commit dcfb1115dd
5 changed files with 26 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ and this project adheres to
### Fixed
- ✅(e2e) fix e2e test for other browsers #1799
- 🐛(export) fix export column NaN #1819
- 🐛(frontend) add fallback for unsupported Blocknote languages #1810
- 🐛(frontend) fix emojipicker closing in tree #1808
- 🐛(frontend) display children in favorite #1782