mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix uppercase typo
This commit is contained in:
parent
4f74274d04
commit
3b5d62c8d6
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ export const LIBRARY_DISABLED_TYPES = new Set([
|
||||||
// use these constants to easily identify reference sites
|
// use these constants to easily identify reference sites
|
||||||
export const TOOL_TYPE = {
|
export const TOOL_TYPE = {
|
||||||
selection: "selection",
|
selection: "selection",
|
||||||
LassoSelection: "lassoSelection",
|
lassoSelection: "lassoSelection",
|
||||||
rectangle: "rectangle",
|
rectangle: "rectangle",
|
||||||
diamond: "diamond",
|
diamond: "diamond",
|
||||||
ellipse: "ellipse",
|
ellipse: "ellipse",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue