From 6b9c6083815a3fc113922d03246d4728735a9490 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 8 Aug 2021 18:09:15 +0200 Subject: [PATCH] update: edge label bg true by default --- src/components/Edges/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Edges/utils.ts b/src/components/Edges/utils.ts index f143ab7e..40fb26be 100644 --- a/src/components/Edges/utils.ts +++ b/src/components/Edges/utils.ts @@ -103,7 +103,7 @@ export const DefaultEdgeProps = { labelShowBg: { type: Boolean as PropType, required: false, - default: false + default: true }, labelBgStyle: { type: [String, Object] as PropType,