@zhenliang/sheet 0.1.7-3.beta.4 → 0.1.7-3.beta.5

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.
@@ -234,7 +234,6 @@ var Table = function Table(_ref) {
234
234
  _ref5$row = _ref5.row,
235
235
  row = _ref5$row === void 0 ? -1 : _ref5$row;
236
236
  var target = data === null || data === void 0 || (_data$row3 = data[row]) === null || _data$row3 === void 0 ? void 0 : _data$row3[col + 1];
237
- console.log(data, target, row, col);
238
237
  if ((target === null || target === void 0 ? void 0 : target.readonly) !== true && !target.fixed) {
239
238
  return /*#__PURE__*/_jsx("div", {
240
239
  className: "harvest-menu",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhenliang/sheet",
3
- "version": "0.1.73.beta.4",
3
+ "version": "0.1.73.beta.5",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",