mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 01:55:07 -05:00
fix(ui): accept staging image hotkey callback
This commit is contained in:
committed by
psychedelicious
parent
c4291f2136
commit
5ae80fab87
@@ -74,7 +74,7 @@ const IAICanvasStagingAreaToolbar = () => {
|
||||
preventDefault: true,
|
||||
});
|
||||
|
||||
useHotkeys(['enter'], () => handleAccept, {
|
||||
useHotkeys(['enter'], handleAccept, {
|
||||
enabled: () => true,
|
||||
preventDefault: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user