@leankylin-sheet/react 3.1.28 → 3.1.29

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.
package/dist/index.esm.js CHANGED
@@ -2249,6 +2249,9 @@ var NotationBoxes = function NotationBoxes() {
2249
2249
  }
2250
2250
  (_context$hooks$afterU2 = (_context$hooks3 = context.hooks).afterUpdateComment) === null || _context$hooks$afterU2 === void 0 ? void 0 : _context$hooks$afterU2.call(_context$hooks3, r, c, flowdata === null || flowdata === void 0 ? void 0 : (_flowdata$r2 = flowdata[r]) === null || _flowdata$r2 === void 0 ? void 0 : (_flowdata$r2$c = _flowdata$r2[c]) === null || _flowdata$r2$c === void 0 ? void 0 : _flowdata$r2$c.ps, true);
2251
2251
  },
2252
+ onMouseUp: function onMouseUp(e) {
2253
+ return e.stopPropagation();
2254
+ },
2252
2255
  allowEdit: context.allowEdit,
2253
2256
  spellCheck: false,
2254
2257
  "data-r": r,
package/dist/index.js CHANGED
@@ -2259,6 +2259,9 @@ var NotationBoxes = function NotationBoxes() {
2259
2259
  }
2260
2260
  (_context$hooks$afterU2 = (_context$hooks3 = context.hooks).afterUpdateComment) === null || _context$hooks$afterU2 === void 0 ? void 0 : _context$hooks$afterU2.call(_context$hooks3, r, c, flowdata === null || flowdata === void 0 ? void 0 : (_flowdata$r2 = flowdata[r]) === null || _flowdata$r2 === void 0 ? void 0 : (_flowdata$r2$c = _flowdata$r2[c]) === null || _flowdata$r2$c === void 0 ? void 0 : _flowdata$r2$c.ps, true);
2261
2261
  },
2262
+ onMouseUp: function onMouseUp(e) {
2263
+ return e.stopPropagation();
2264
+ },
2262
2265
  allowEdit: context.allowEdit,
2263
2266
  spellCheck: false,
2264
2267
  "data-r": r,
package/dist/index.umd.js CHANGED
@@ -105295,6 +105295,9 @@
105295
105295
  }
105296
105296
  (_context$hooks$afterU2 = (_context$hooks3 = context.hooks).afterUpdateComment) === null || _context$hooks$afterU2 === void 0 ? void 0 : _context$hooks$afterU2.call(_context$hooks3, r, c, flowdata === null || flowdata === void 0 ? void 0 : (_flowdata$r2 = flowdata[r]) === null || _flowdata$r2 === void 0 ? void 0 : (_flowdata$r2$c = _flowdata$r2[c]) === null || _flowdata$r2$c === void 0 ? void 0 : _flowdata$r2$c.ps, true);
105297
105297
  },
105298
+ onMouseUp: function onMouseUp(e) {
105299
+ return e.stopPropagation();
105300
+ },
105298
105301
  allowEdit: context.allowEdit,
105299
105302
  spellCheck: false,
105300
105303
  "data-r": r,