mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): remove shift+enter to cancel
Whoops!
This commit is contained in:
parent
154da609cb
commit
8e709fe05a
@ -52,7 +52,7 @@ export const useGlobalHotkeys = () => {
|
||||
} = useCancelCurrentQueueItem();
|
||||
|
||||
useHotkeys(
|
||||
['shift+x', 'shift+enter'],
|
||||
['shift+x'],
|
||||
cancelQueueItem,
|
||||
{
|
||||
enabled: () => !isDisabledCancelQueueItem && !isLoadingCancelQueueItem,
|
||||
|
Loading…
Reference in New Issue
Block a user