1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Merge branch '8.0'

Conflicts:
	frontend/package.json
	frontend/src/components/dialog/manage-members-dialog.js
	frontend/src/css/manage-members-dialog.css
	frontend/src/utils/utils.js
This commit is contained in:
llj
2021-11-02 11:41:41 +08:00
16 changed files with 29096 additions and 324 deletions

View File

@@ -1502,7 +1502,7 @@ export const Utils = {
onKeyDown: function(e) {
if (e.key == 'Enter' || e.key == 'Space') {
e.target.click();
}
}
}
};