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