grep-components 1.21.0 → 1.22.0-GREPF-822.1
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.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3026,8 +3026,7 @@ var CollapsableMenu = function (_a) {
|
|
|
3026
3026
|
var TooltipMenuItem = function (_a) {
|
|
3027
3027
|
var children = _a.children, tooltipText = _a.tooltipText, disabled = _a.disabled, props = __rest$1(_a, ["children", "tooltipText", "disabled"]);
|
|
3028
3028
|
return (React__default.createElement(Tooltip, { title: tooltipText },
|
|
3029
|
-
React__default.createElement("
|
|
3030
|
-
React__default.createElement(MenuItem, __assign({ role: "menuitem", disabled: disabled }, props), children))));
|
|
3029
|
+
React__default.createElement(MenuItem, __assign({ role: "menuitem", disabled: disabled, sx: { pointerEvents: 'inherit !important' } }, props), children)));
|
|
3031
3030
|
};
|
|
3032
3031
|
|
|
3033
3032
|
var useStyles$g = makeStyles()(function (_a, _b) {
|