@fileverse-dev/fortune-react 1.2.90-ydoc-13 → 1.2.90-ydoc-15

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.
@@ -280,7 +280,7 @@ export var LinkEditCard = function LinkEditCard(_a) {
280
280
  if (isButtonDisabled) return;
281
281
  _.set(refs.globalCache, "linkCard.mouseEnter", false);
282
282
  setContext(function (draftCtx) {
283
- return saveHyperlink(draftCtx, r, c, linkText, linkType, linkAddress);
283
+ saveHyperlink(draftCtx, r, c, linkText, linkType, linkAddress);
284
284
  });
285
285
  }
286
286
  }, "Insert link"));
@@ -289,7 +289,7 @@ var LinkEditCard = exports.LinkEditCard = function LinkEditCard(_a) {
289
289
  if (isButtonDisabled) return;
290
290
  _lodash.default.set(refs.globalCache, "linkCard.mouseEnter", false);
291
291
  setContext(function (draftCtx) {
292
- return (0, _fortuneCore.saveHyperlink)(draftCtx, r, c, linkText, linkType, linkAddress);
292
+ (0, _fortuneCore.saveHyperlink)(draftCtx, r, c, linkText, linkType, linkAddress);
293
293
  });
294
294
  }
295
295
  }, "Insert link"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.2.90-ydoc-13",
3
+ "version": "1.2.90-ydoc-15",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.2.90-ydoc-13",
19
+ "@fileverse-dev/fortune-core": "1.2.90-ydoc-15",
20
20
  "@fileverse/ui": "^4.1.7-patch-40",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",