selection-ranges
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -556,2 +556,6 @@ function getDefaultExportFromCjs (x) { | ||
if (isBr(next) && endContainer === next) { | ||
break; | ||
} | ||
if (!isClosing) { | ||
@@ -558,0 +562,0 @@ if ( |
{ | ||
"name": "selection-ranges", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Selection range manipulation for contenteditable elements", | ||
@@ -16,3 +16,3 @@ "type": "module", | ||
"dev": "npm test -- --auto-watch --no-single-run", | ||
"lint": "eslint .", | ||
"lint": "eslint . --ext js,cjs", | ||
"pretest": "run-s bundle", | ||
@@ -19,0 +19,0 @@ "test": "karma start karma.conf.cjs", |
Sorry, the diff of this file is not supported yet
47437
613