mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix delete hotkey not working
This commit is contained in:
parent
72ea5453ce
commit
4f4c6bbe33
@ -80,7 +80,7 @@ const DeleteImageModal = forwardRef(
|
|||||||
};
|
};
|
||||||
|
|
||||||
useHotkeys(
|
useHotkeys(
|
||||||
'del',
|
'delete',
|
||||||
() => {
|
() => {
|
||||||
shouldConfirmOnDelete ? onOpen() : handleDelete();
|
shouldConfirmOnDelete ? onOpen() : handleDelete();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user