feat: 暂存

This commit is contained in:
lhyUnited 2021-04-19 11:59:12 +08:00
parent 5890ca16e6
commit 439ef79e67
2 changed files with 12523 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export default () => {
e.preventDefault()
copy()
}
if (ctrlKey && key === KEYS.X) {
if ((ctrlKey || metaKey) && key === KEYS.X) {
if (disableHotkeys.value) return
e.preventDefault()
cut()

12522
yarn.lock Normal file

File diff suppressed because it is too large Load Diff