From 3b5d62c8d60c9499f0de10ee7940e6a5f3238bd8 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Wed, 5 Feb 2025 21:05:27 +1100 Subject: [PATCH] fix uppercase typo --- packages/excalidraw/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/constants.ts b/packages/excalidraw/constants.ts index 72e436dfe..b70cd47c7 100644 --- a/packages/excalidraw/constants.ts +++ b/packages/excalidraw/constants.ts @@ -417,7 +417,7 @@ export const LIBRARY_DISABLED_TYPES = new Set([ // use these constants to easily identify reference sites export const TOOL_TYPE = { selection: "selection", - LassoSelection: "lassoSelection", + lassoSelection: "lassoSelection", rectangle: "rectangle", diamond: "diamond", ellipse: "ellipse",