fix(edges): connection line not showing up when no edges are defined

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent d730869443
commit 9abd768bce
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export default {
:width="store.dimensions.width"
:height="store.dimensions.height"
class="vue-flow__edges vue-flow__container"
:style="{ zIndex: level.z }"
:style="`z-index: ${parseInt(level.level)}`"
>
<MarkerDefinitions v-if="level.isMaxLevel" :default-color="store.defaultMarkerColor" />
<g>