feat(ui): default canvas tool is move

This commit is contained in:
psychedelicious
2025-05-16 12:39:18 +10:00
parent 341910739e
commit 668c475271

View File

@@ -70,7 +70,7 @@ export class CanvasToolModule extends CanvasModuleBase {
/**
* The currently selected tool.
*/
$tool = atom<Tool>('brush');
$tool = atom<Tool>('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.