@seafile/sdoc-editor 2.0.88-test-0.0.1 → 2.0.88-test-0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -275,7 +275,7 @@ var syncRemoteCursorLocation = exports.syncRemoteCursorLocation = function syncR
275
275
  var currentUser = editor.user;
276
276
  if (user && user.username !== currentUser.username) {
277
277
  (0, _helper.setCursor)(editor, user, location, cursorData);
278
- console.log(4, editor.cursors, cursorData, editor.onCursor);
278
+ console.log(4, location, cursorData, editor.cursors, editor.onCursor);
279
279
 
280
280
  // sync cursor position
281
281
  editor.onCursor && editor.onCursor(editor.cursors);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.88-test-0.0.1",
3
+ "version": "2.0.88-test-0.0.2",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",