mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): accept staging image hotkey callback
This commit is contained in:
parent
c4291f2136
commit
5ae80fab87
@ -74,7 +74,7 @@ const IAICanvasStagingAreaToolbar = () => {
|
||||
preventDefault: true,
|
||||
});
|
||||
|
||||
useHotkeys(['enter'], () => handleAccept, {
|
||||
useHotkeys(['enter'], handleAccept, {
|
||||
enabled: () => true,
|
||||
preventDefault: true,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user