Added basic selection visual

This commit is contained in:
Mitchell McCaffrey
2021-07-19 11:37:41 +10:00
parent 07058db9c2
commit fa2190dd7d
5 changed files with 207 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ function SelectToolSettings({
const tools = [
{
id: "lasso",
id: "path",
title: "Lasso (L)",
isSelected: settings.type === "path",
icon: <PathIcon />,