toolbar/ActionButton: drop aria-haspopup workaround

The fixe has been merged upstream.
This commit is contained in:
David Lechner
2022-11-23 17:20:45 -06:00
committed by David Lechner
parent 9f538490e5
commit e8b57fe3d9
-2
View File
@@ -112,8 +112,6 @@ const ActionButton: React.VoidFunctionComponent<ActionButtonProps> = ({
{...mergeProps(tooltipTargetProps, {
className: classNames(enabled === false && Classes.DISABLED),
})}
// https://github.com/palantir/blueprint/pull/5300
aria-haspopup={undefined}
intent={Intent.PRIMARY}
onClick={handleClick}
{...toolbarItemFocusProps}