fix(core): allow null for deprecated connection line type

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-11 02:13:20 +01:00
parent c47bc5ceb2
commit 1ae5659b6b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ const defaultState = (): State => ({
defaultMarkerColor: '#b1b1b7',
connectionLineStyle: {},
connectionLineType: ConnectionLineType.Bezier,
connectionLineType: null,
connectionLineOptions: {
type: ConnectionLineType.Bezier,
style: {},