mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-03 15:47:05 +02:00
rename name to customType
This commit is contained in:
@@ -154,7 +154,7 @@ export const DEFAULT_UI_OPTIONS: AppProps["UIOptions"] = {
|
||||
|
||||
export const DEFAULT_CUSTOM_ELEMENT_CONFIG: Required<CustomElementConfig> = {
|
||||
type: "custom",
|
||||
name: "custom",
|
||||
customType: "custom",
|
||||
transformHandles: true,
|
||||
svg: "",
|
||||
width: 40,
|
||||
|
Reference in New Issue
Block a user