mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 23:48:47 +00:00
[group] added 'search group members'
- 'search group members' is offered only when there are more than 10 members in the group
This commit is contained in:
@@ -1382,4 +1382,11 @@ export const Utils = {
|
||||
return level;
|
||||
},
|
||||
|
||||
// for a11y
|
||||
onKeyDown: function(e) {
|
||||
if (e.key == 'Enter' || e.key == 'Space') {
|
||||
e.target.click();
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user