mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 14:07:55 -05:00
fix(ui): fall back to pasting to bbox when no raster layers
This commit is contained in:
@@ -80,7 +80,7 @@ export const CanvasPasteModal = memo(() => {
|
||||
status: 'success',
|
||||
});
|
||||
}
|
||||
},
|
||||
[autoAddBoardId, dispatch, getPosition, getState, t, uploadImage]
|
||||
[autoAddBoardId, canvasManager.compositor, canvasManager.stateApi, dispatch, getState, t, uploadImage]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user