@pdg/react-table 1.0.20 → 1.0.21

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
@@ -9350,9 +9350,9 @@ TableButton.defaultProps = TableButtonDefaultProps;var TableMenuButtonDefaultPro
9350
9350
  id: menuId,
9351
9351
  'aria-labelledby': buttonId,
9352
9352
  onKeyDown: handleListKeyDown,
9353
- // onClick: handleClose,
9353
+ onClick: handleClose,
9354
9354
  });
9355
- }, [buttonId, handleListKeyDown, menuId, menuList, open]);
9355
+ }, [buttonId, handleClose, handleListKeyDown, menuId, menuList, open]);
9356
9356
  // Render ----------------------------------------------------------------------------------------------------------
9357
9357
  return (React__default.createElement("span", null,
9358
9358
  React__default.createElement(Button, __assign$1({ ref: function (r) {