mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
feat: 暂存
This commit is contained in:
parent
5890ca16e6
commit
439ef79e67
@ -140,7 +140,7 @@ export default () => {
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
copy()
|
copy()
|
||||||
}
|
}
|
||||||
if (ctrlKey && key === KEYS.X) {
|
if ((ctrlKey || metaKey) && key === KEYS.X) {
|
||||||
if (disableHotkeys.value) return
|
if (disableHotkeys.value) return
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
cut()
|
cut()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user