@seafile/comment-editor 1.0.32-beta.3 → 1.0.32
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.
|
@@ -217,7 +217,6 @@ const Image = _ref => {
|
|
|
217
217
|
}, []);
|
|
218
218
|
const onClickImage = (0, _react.useCallback)(() => {
|
|
219
219
|
setPosition();
|
|
220
|
-
console.log('!!!!!');
|
|
221
220
|
if (!disableHoverMenu) setIsShowImageHoverMenu(true);
|
|
222
221
|
}, [disableHoverMenu, setPosition]);
|
|
223
222
|
const reloadImage = (0, _react.useCallback)(() => {
|