mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes shouldShowStagingImage not resetting to true on commit
This commit is contained in:
parent
c7864f8a6d
commit
404d81f6fd
@ -669,6 +669,7 @@ export const canvasSlice = createSlice({
|
|||||||
|
|
||||||
state.futureLayerStates = [];
|
state.futureLayerStates = [];
|
||||||
state.shouldShowStagingOutline = true;
|
state.shouldShowStagingOutline = true;
|
||||||
|
state.shouldShowStagingImage = true;
|
||||||
},
|
},
|
||||||
fitBoundingBoxToStage: (state) => {
|
fitBoundingBoxToStage: (state) => {
|
||||||
const {
|
const {
|
||||||
|
Loading…
Reference in New Issue
Block a user