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 c41534b commit e70059bCopy full SHA for e70059b
invokeai/frontend/web/src/features/controlLayers/konva/CanvasBboxModule.ts
@@ -243,7 +243,7 @@ export class CanvasBboxModule extends CanvasModuleBase {
243
onDragMove = () => {
244
// The grid size here is the _position_ grid size, not the _dimension_ grid size - it is not constratined by the
245
// currently-selected model.
246
- const gridSize = this.manager.stateApi.$ctrlKey.get() || this.manager.stateApi.$metaKey.get() ? 8 : 64;
+ const gridSize = this.manager.stateApi.getGridSize();
247
const bbox = this.manager.stateApi.getBbox();
248
const bboxRect: Rect = {
249
...bbox.rect,
0 commit comments