context menu short cut 버그 수정
This commit is contained in:
parent
e9da10c329
commit
9cc5f07d94
@ -241,7 +241,7 @@ export function useContextMenu() {
|
||||
return menu.shortcut?.includes(e.key)
|
||||
})
|
||||
|
||||
if (temp.length > 0) menu = temp
|
||||
if (temp.length > 0) menu = temp[0]
|
||||
}
|
||||
|
||||
if (menu) handleClick(null, menu)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user