mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 07:44:57 -05:00
feat(ui): do not select layer on staging accept
This commit is contained in:
@@ -68,7 +68,7 @@ export const addStagingListeners = (startAppListening: AppStartListening) => {
|
||||
objects: [imageObject],
|
||||
};
|
||||
|
||||
api.dispatch(rasterLayerAdded({ overrides, isSelected: true }));
|
||||
api.dispatch(rasterLayerAdded({ overrides, isSelected: false }));
|
||||
api.dispatch(sessionStagingAreaReset());
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user