mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-04 12:49:14 +08:00
style: 修改错误注释
This commit is contained in:
parent
1764c0de08
commit
9da073e838
@ -186,11 +186,11 @@ export const useAddKeyboard = () => {
|
|||||||
keymaster(e, throttle(() => { chartEditStore.setUnLock(); return false }, throttleTime))
|
keymaster(e, throttle(() => { chartEditStore.setUnLock(); return false }, throttleTime))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// 锁定 ct+h
|
// 隐藏 ct+h
|
||||||
case keyboardValue.hide:
|
case keyboardValue.hide:
|
||||||
keymaster(e, throttle(() => { chartEditStore.setHide(); return false }, throttleTime))
|
keymaster(e, throttle(() => { chartEditStore.setHide(); return false }, throttleTime))
|
||||||
break;
|
break;
|
||||||
// 解除锁定 ct+sh+h
|
// 解除隐藏 ct+sh+h
|
||||||
case keyboardValue.show:
|
case keyboardValue.show:
|
||||||
keymaster(e, throttle(() => { chartEditStore.setShow(); return false }, throttleTime))
|
keymaster(e, throttle(() => { chartEditStore.setShow(); return false }, throttleTime))
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user