defined split array

This commit is contained in:
Preet 2023-10-21 16:15:41 -07:00
parent 14bca119f7
commit c2867c9a93
4 changed files with 25 additions and 0 deletions

View file

@ -374,6 +374,7 @@ export const newLinearElement = (
endBinding: null,
startArrowhead: opts.startArrowhead || null,
endArrowhead: opts.endArrowhead || null,
segmentSplitIndices: [],
};
};