mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增前进后退按钮,修改粘贴的位置问题
This commit is contained in:
@@ -20,7 +20,7 @@ const KeyboardHandle = (e: KeyboardEvent) => {
|
||||
if (isMacRes) return
|
||||
const key = e.key.toLowerCase()
|
||||
|
||||
// 删除
|
||||
// 删除(单纯的delete会和其他位置冲突)
|
||||
// if (key === keyboardValue.delete) {
|
||||
// chartEditStore.removeComponentList()
|
||||
// return
|
||||
|
||||
Reference in New Issue
Block a user