Change default select tool to rect
This commit is contained in:
@@ -34,18 +34,18 @@ function SelectToolSettings({
|
||||
useKeyboard(handleKeyDown);
|
||||
|
||||
const tools = [
|
||||
{
|
||||
id: "path",
|
||||
title: "Lasso Selection (L)",
|
||||
isSelected: settings.type === "path",
|
||||
icon: <PathIcon />,
|
||||
},
|
||||
{
|
||||
id: "rectangle",
|
||||
title: "Rectangle Selection (R)",
|
||||
isSelected: settings.type === "rectangle",
|
||||
icon: <RectIcon />,
|
||||
},
|
||||
{
|
||||
id: "path",
|
||||
title: "Lasso Selection (L)",
|
||||
isSelected: settings.type === "path",
|
||||
icon: <PathIcon />,
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user