Updated comments.

development
Junsik Shim 2022-04-28 20:42:12 +09:00
parent 07565aae9b
commit a284987daf
1 changed files with 2 additions and 2 deletions

View File

@ -181,14 +181,14 @@ const EdgeMixin: PartialType = {
/** /**
* Specifies if edges that are cloned should be validated and only inserted * Specifies if edges that are cloned should be validated and only inserted
* if they are valid. * if they are valid.
* @default true * @default false
*/ */
cloneInvalidEdges: false, cloneInvalidEdges: false,
/** /**
* Specifies the alternate edge style to be used if the main control point * Specifies the alternate edge style to be used if the main control point
* on an edge is being double clicked. * on an edge is being double clicked.
* @default null * @default {}
*/ */
alternateEdgeStyle: {}, alternateEdgeStyle: {},