From e8b57fe3d9ea9410e4d88cf591cd0e60badf9e1f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 23 Nov 2022 16:11:04 -0600 Subject: [PATCH] toolbar/ActionButton: drop aria-haspopup workaround The fixe has been merged upstream. --- src/toolbar/ActionButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/toolbar/ActionButton.tsx b/src/toolbar/ActionButton.tsx index 16ec77d4..1e8660df 100644 --- a/src/toolbar/ActionButton.tsx +++ b/src/toolbar/ActionButton.tsx @@ -112,8 +112,6 @@ const ActionButton: React.VoidFunctionComponent = ({ {...mergeProps(tooltipTargetProps, { className: classNames(enabled === false && Classes.DISABLED), })} - // https://github.com/palantir/blueprint/pull/5300 - aria-haspopup={undefined} intent={Intent.PRIMARY} onClick={handleClick} {...toolbarItemFocusProps}