fix screen reader not entering actions menu in FF (via shortcut)

This commit is contained in:
KDSBrowne 2021-12-13 04:19:23 +00:00
parent 1a89f66c0e
commit 16c823739a

View File

@ -282,7 +282,6 @@ class ActionsDropdown extends PureComponent {
}
actions={children}
opts={{
disablePortal: true,
id: "default-dropdown-menu",
keepMounted: true,
transitionDuration: 0,