mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 13:40:25 +00:00
[fix] Update tests to use event.code format for keyboard shortcuts
This commit is contained in:
@@ -69,7 +69,7 @@ test.describe('Topbar commands', () => {
|
||||
],
|
||||
keybindings: [
|
||||
{
|
||||
combo: { key: 'k' },
|
||||
combo: { key: 'KeyK' },
|
||||
commandId: 'TestCommand'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user