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();
|
} = useCancelCurrentQueueItem();
|
||||||
|
|
||||||
useHotkeys(
|
useHotkeys(
|
||||||
['shift+x', 'shift+enter'],
|
['shift+x'],
|
||||||
cancelQueueItem,
|
cancelQueueItem,
|
||||||
{
|
{
|
||||||
enabled: () => !isDisabledCancelQueueItem && !isLoadingCancelQueueItem,
|
enabled: () => !isDisabledCancelQueueItem && !isLoadingCancelQueueItem,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user