Merge branch 'qcast-pub' into dev

This commit is contained in:
minsik 2024-11-05 17:43:41 +09:00
commit 5d964e5a73

View File

@ -241,7 +241,7 @@ export function useContextMenu() {
return menu.shortcut?.includes(e.key) return menu.shortcut?.includes(e.key)
}) })
if (temp.length > 0) menu = temp if (temp.length > 0) menu = temp[0]
} }
if (menu) handleClick(null, menu) if (menu) handleClick(null, menu)