mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
toolbar/ActionButton: drop aria-haspopup workaround
The fixe has been merged upstream.
This commit is contained in:
committed by
David Lechner
parent
9f538490e5
commit
e8b57fe3d9
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user