🐛(frontend) fix initial content with collaboration

The way the initial content was created was causing
issues with the collaboration server.
As soon a user started typing, the problem was gone.
This commit fixes that by letting Blocknote
managing the initial content, then we update the
Blocknote initial content with our initial content.
This commit is contained in:
Anthony LC
2024-12-09 08:13:13 +01:00
committed by Anthony LC
parent ed90769081
commit fc36ed08f1
4 changed files with 19 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
## Fixed
- 🐛(frontend) fix initial content with collaboration #484
- 🐛(frontend) Fix hidden menu on Firefox #468
- 🐛(backend) fix sanitize problem IA #490