@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.
- package/dist/core/table/index.js +0 -1
- package/package.json +1 -1
package/dist/core/table/index.js
CHANGED
|
@@ -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",
|