mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
perf: 修改ctrl默认值
This commit is contained in:
parent
5e28c513a4
commit
43713ba7dc
@ -109,7 +109,7 @@ const macKeyList: Array<string> = [
|
||||
const keyRecordHandle = () => {
|
||||
// 默认赋值
|
||||
window.$KeyboardActive = {
|
||||
ctrl: true
|
||||
ctrl: false
|
||||
}
|
||||
|
||||
document.onkeydown = (e: KeyboardEvent) => {
|
||||
|
Loading…
Reference in New Issue
Block a user