@seafile/sdoc-editor 3.0.192 → 3.0.193

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.
@@ -152,9 +152,11 @@ var SdocFileLink = function SdocFileLink(_ref) {
152
152
  }
153
153
  var eventBus = _eventBus["default"].getInstance();
154
154
  eventBus.dispatch(_constants.INTERNAL_EVENT.TRANSFER_PREVIEW_FILE_ID, data);
155
+ console.log('dfasdfa');
155
156
  setTimeout(function () {
156
157
  onHideInsertHoverMenu();
157
158
  }, 0);
159
+ return;
158
160
  }
159
161
  var path = _slateReact.ReactEditor.findPath(editor, element);
160
162
  var focusPoint = _slate.Editor.end(editor, path);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.192",
3
+ "version": "3.0.193",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "897cb437fa6aabd352834c9b9a7d246063bcbdf0"
75
+ "gitHead": "e731ec10cf3a4669f8f20a088b570838bca0aa49"
76
76
  }