pace-table-lib 1.0.40 → 1.0.41

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.
@@ -17813,8 +17813,8 @@ function StaticTable({
17813
17813
  top: level * colCellHeight,
17814
17814
  width: newNonFixedColCellWidth * span,
17815
17815
  height: colCellHeight,
17816
- childClassName: "col_header_data_cell",
17817
- oncontextmenu: level + 1 === totalLevels ? (e) => onContextMenuClick(e) : null
17816
+ childClassName: "col_header_data_cell"
17817
+ // oncontextmenu: level + 1 === totalLevels ? (e: MouseEvent) => onContextMenuClick(e) : null
17818
17818
  });
17819
17819
  }
17820
17820
  offsetLeft += newNonFixedColCellWidth;