diff --git a/invokeai/frontend/web/src/features/controlLayers/store/controlLayersSlice.ts b/invokeai/frontend/web/src/features/controlLayers/store/controlLayersSlice.ts index c9fe150969..b2fc8b0754 100644 --- a/invokeai/frontend/web/src/features/controlLayers/store/controlLayersSlice.ts +++ b/invokeai/frontend/web/src/features/controlLayers/store/controlLayersSlice.ts @@ -1007,6 +1007,8 @@ export const controlLayersUndoableConfig: UndoableOptions { + // TODO(psyche): TEMP OVERRIDE + return false; // // Ignore all actions from other slices // if (!action.type.startsWith(controlLayersSlice.name)) { // return false; @@ -1016,6 +1018,6 @@ export const controlLayersUndoableConfig: UndoableOptions