selection-ranges
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -547,3 +547,3 @@ function getDefaultExportFromCjs (x) { | ||
// start before node | ||
if (isBeforeStart(next)) { | ||
if (isBeforeStart(next) && !isClosing) { | ||
selectionStart = count; | ||
@@ -550,0 +550,0 @@ } |
{ | ||
"name": "selection-ranges", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Selection range manipulation for contenteditable elements", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47195
0