mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
[a11y] added 'keyboard access' for 'dir view - dirent' & fixed bugs
This commit is contained in:
@@ -146,6 +146,8 @@ class ItemDropdownMenu extends React.Component {
|
||||
<Dropdown isOpen={this.state.isItemMenuShow} toggle={this.onDropdownToggleClick}>
|
||||
<DropdownToggle
|
||||
tag={tagName || 'i'}
|
||||
role="button"
|
||||
tabIndex="0"
|
||||
className={toggleClass}
|
||||
title={gettext('More Operations')}
|
||||
data-toggle="dropdown"
|
||||
|
Reference in New Issue
Block a user