@yoooloo42/joker 1.0.149 → 1.0.151

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.cjs.js CHANGED
@@ -41972,7 +41972,7 @@ const hdl = {
41972
41972
  if (col.hdlMouseover) {
41973
41973
  col.hdlMouseover({scopeThis: scopeThis_box, row, col});
41974
41974
  } else {
41975
- tableData_box.cellTooltip = [];
41975
+ tableProps_box.table.cellTooltip = [];
41976
41976
  }
41977
41977
  },
41978
41978
  download({row, col}) {