From 668c475271dd07ba9571a68aacd1321b47e1d6dd Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 16 May 2025 12:39:18 +1000 Subject: [PATCH] feat(ui): default canvas tool is move --- .../features/controlLayers/konva/CanvasTool/CanvasToolModule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/controlLayers/konva/CanvasTool/CanvasToolModule.ts b/invokeai/frontend/web/src/features/controlLayers/konva/CanvasTool/CanvasToolModule.ts index 8ef2f44b3a..762ae693d3 100644 --- a/invokeai/frontend/web/src/features/controlLayers/konva/CanvasTool/CanvasToolModule.ts +++ b/invokeai/frontend/web/src/features/controlLayers/konva/CanvasTool/CanvasToolModule.ts @@ -70,7 +70,7 @@ export class CanvasToolModule extends CanvasModuleBase { /** * The currently selected tool. */ - $tool = atom('brush'); + $tool = atom('move'); /** * A buffer for the currently selected tool. This is used to temporarily store the tool while the user is using any * hold-to-activate tools, like the view or color picker tools.