fix uppercase typo

This commit is contained in:
Ryan Di 2025-02-05 21:05:27 +11:00
parent 4f74274d04
commit 3b5d62c8d6

View File

@ -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",