@seafile/sdoc-editor 3.0.193 → 3.0.194
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.
|
@@ -72,6 +72,7 @@ var SdocLinkHoverMenu = function SdocLinkHoverMenu(_ref) {
|
|
|
72
72
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
73
73
|
}, []);
|
|
74
74
|
var handleOpenLinkPreview = (0, _react.useCallback)(function (pluginName) {
|
|
75
|
+
console.log('dfasdfa');
|
|
75
76
|
updateDisplayPlugin(pluginName, true);
|
|
76
77
|
var doc_uuid = element.doc_uuid,
|
|
77
78
|
title = element.title,
|
|
@@ -152,7 +152,6 @@ 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');
|
|
156
155
|
setTimeout(function () {
|
|
157
156
|
onHideInsertHoverMenu();
|
|
158
157
|
}, 0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/sdoc-editor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.194",
|
|
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": "
|
|
75
|
+
"gitHead": "cdf81edd23b4350536ba04db8714950eba31ed7e"
|
|
76
76
|
}
|