prosemirror-view
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
## 1.17.5 (2021-02-05) | ||
### Bug fixes | ||
Fix an issue where the view could go into an endless DOM flush loop in specific circumstances involving asynchronous DOM mutation. | ||
## 1.17.4 (2021-02-04) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-view", | ||
"version": "1.17.4", | ||
"version": "1.17.5", | ||
"description": "ProseMirror's view component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -179,2 +179,3 @@ import browser from "./browser" | ||
else if (!this.currentSelection.eq(sel)) selectionToDOM(this.view) | ||
this.currentSelection.set(sel) | ||
} | ||
@@ -181,0 +182,0 @@ } |
@@ -75,3 +75,3 @@ import {DOMSerializer, Fragment, Mark} from "prosemirror-model" | ||
// Called when the node view is removed from the editor or the whole | ||
// editor is destroyed. | ||
// editor is destroyed. (Not available for marks.) | ||
@@ -78,0 +78,0 @@ // View descriptions are data structures that describe the DOM that is |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1501007
0.04%14023
0.02%