🐛(frontend) fix list copy paste

When we copy paste a list, the pasted
list is not formatted correctly.
By pinning prosemirror-model to 1.25.0,
we avoid this issue.
We added "prosemirror-model" to the
ignored dependencies of Renovate to
avoid to have a bump until the patch
on the Blocknote.js side.
This commit is contained in:
Anthony LC
2025-05-06 16:17:33 +02:00
parent e79d1d618a
commit c96182b3e3
4 changed files with 14 additions and 16 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Fixed
- 🐛(frontend) fix list copy paste #943
## [3.2.0] - 2025-05-05
## Added