Fixes shouldShowStagingImage not resetting to true on commit

This commit is contained in:
psychedelicious 2022-11-24 19:49:39 +11:00 committed by blessedcoolant
parent c7864f8a6d
commit 404d81f6fd

View File

@ -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 {