@cocreate/cursors
Advanced tools
Comparing version 1.20.4 to 1.20.5
{ | ||
"name": "@cocreate/cursors", | ||
"version": "1.20.4", | ||
"version": "1.20.5", | ||
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.", | ||
@@ -62,10 +62,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/local-storage": "^1.10.4", | ||
"@cocreate/message-client": "^1.8.2", | ||
"@cocreate/observer": "^1.11.4", | ||
"@cocreate/local-storage": "^1.10.5", | ||
"@cocreate/message-client": "^1.8.3", | ||
"@cocreate/observer": "^1.11.5", | ||
"@cocreate/random-color": "^1.7.2", | ||
"@cocreate/selection": "^1.9.3", | ||
"@cocreate/utils": "^1.25.2", | ||
"@cocreate/selection": "^1.9.4", | ||
"@cocreate/utils": "^1.25.3", | ||
"@cocreate/uuid": "^1.7.2" | ||
} | ||
} |
@@ -346,3 +346,2 @@ /******************************************************************************** | ||
message.send({ | ||
room: "", | ||
message: "cursor", | ||
@@ -372,2 +371,3 @@ data: { | ||
let selection = response.data | ||
selection.socketId = response.socketId | ||
if (selection.start != null && selection.end != null) | ||
@@ -374,0 +374,0 @@ drawCursors(selection); |
Sorry, the diff of this file is too big to display
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
154562
Updated@cocreate/observer@^1.11.5
Updated@cocreate/selection@^1.9.4
Updated@cocreate/utils@^1.25.3