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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user