@cocreate/cursors
Advanced tools
Comparing version 1.13.16 to 1.13.17
@@ -0,1 +1,9 @@ | ||
## [1.13.17](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.13.16...v1.13.17) (2023-01-13) | ||
### Bug Fixes | ||
* bump dependencies ([9339d26](https://github.com/CoCreate-app/CoCreate-cursors/commit/9339d2615d4ef07d49f709b07b6a1db58270e94a)) | ||
* if domTextEditor && !domtextEditor.htmlString return ([3e940a9](https://github.com/CoCreate-app/CoCreate-cursors/commit/3e940a91e4d97ae9c146959fb50af1cb2d23cb5b)) | ||
## [1.13.16](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.13.15...v1.13.16) (2023-01-10) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@cocreate/cursors", | ||
"version": "1.13.16", | ||
"version": "1.13.17", | ||
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.", | ||
@@ -64,10 +64,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/crud-client": "^1.17.15", | ||
"@cocreate/docs": "^1.5.6", | ||
"@cocreate/message-client": "^1.1.125", | ||
"@cocreate/observer": "^1.5.56", | ||
"@cocreate/random-color": "^1.2.73", | ||
"@cocreate/selection": "^1.4.61", | ||
"@cocreate/uuid": "^1.2.55" | ||
"@cocreate/crud-client": "^1.17.17", | ||
"@cocreate/docs": "^1.5.7", | ||
"@cocreate/message-client": "^1.1.126", | ||
"@cocreate/observer": "^1.5.57", | ||
"@cocreate/random-color": "^1.2.74", | ||
"@cocreate/selection": "^1.4.62", | ||
"@cocreate/uuid": "^1.2.56" | ||
} | ||
} |
@@ -80,4 +80,6 @@ /*globals localStorage, ResizeObserver*/ | ||
} | ||
if (!domTextEditor.htmlString) | ||
continue | ||
let pos = getElementPosition(domTextEditor.htmlString, start, end); | ||
if (pos.start){ | ||
if (pos.start) { | ||
if (pos.path) | ||
@@ -84,0 +86,0 @@ element = domTextEditor.querySelector(pos.path); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127626
486
Updated@cocreate/docs@^1.5.7
Updated@cocreate/observer@^1.5.57
Updated@cocreate/selection@^1.4.62
Updated@cocreate/uuid@^1.2.56