🐛(frontend) add fallback for unsupported blocknote languages

We had a bug when user selected a language that is
not supported by BlockNote editor, the app
would crash.
If the language is not supported by BlockNote,
we now fallback Blocknote editor to English.
This commit is contained in:
Anthony LC
2026-01-19 16:50:20 +01:00
parent 68df717854
commit 3b80ac7b4e
4 changed files with 33 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ and this project adheres to
### Fixed
- ✅(e2e) fix e2e test for other browsers #1799
- 🐛(frontend) add fallback for unsupported Blocknote languages #1810
### Changed