1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

change rename UI (#5625)

This commit is contained in:
Michael An
2023-09-05 20:21:24 +08:00
committed by GitHub
parent cb6b60d301
commit ae90c40dde
3 changed files with 15 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ import { compareTwoString } from './compare-two-string';
export const Utils = {
keyCodes: {
enter: 13,
esc: 27,
space: 32,
tab: 9,