We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd8d48 commit b1b8edeCopy full SHA for b1b8ede
invokeai/frontend/web/src/features/controlLayers/konva/CanvasTool/CanvasBboxToolModule.ts
@@ -236,7 +236,7 @@ export class CanvasBboxToolModule extends CanvasModuleBase {
236
if (tool !== 'bbox') {
237
return NO_ANCHORS;
238
}
239
- if (API_BASE_MODELS.includes(model?.base)) {
+ if (model?.base && API_BASE_MODELS.includes(model.base)) {
240
// The bbox is not resizable in these modes
241
242
0 commit comments