There was an error while loading. Please reload this page.
1 parent e474a28 commit b1f19a4Copy full SHA for b1f19a4
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 1.23.6 (2022-01-13)
2
+
3
+### Bug fixes
4
5
+Fix an issue that could cause pieces of DOM to not be synchronized with the document after some kind of changes around marks.
6
7
+Fix a bug where marks rendered with nested elements would in some situations suppress new input.
8
9
+Disable Chrome-specific drag-selection workaround in non-Chrome browsers because it affected table cell selection in Safari.
10
11
## 1.23.5 (2021-12-27)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "prosemirror-view",
- "version": "1.23.5",
+ "version": "1.23.6",
"description": "ProseMirror's view component",
"main": "dist/index.js",
"module": "dist/index.es.js",
0 commit comments