Skip to content

Commit ae9c6a0

Browse files
committed
fix(core): add missing vue-flow__container class to marker defs (#1833)
1 parent 00e2146 commit ae9c6a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/happy-ghosts-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-flow/core": patch
3+
---
4+
5+
Add missing vue-flow\_\_container class to marker defs.

packages/core/src/container/EdgeRenderer/MarkerDefinitions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
</script>
5050

5151
<template>
52-
<svg class="vue-flow__marker" aria-hidden="true">
52+
<svg class="vue-flow__marker vue-flow__container" aria-hidden="true">
5353
<defs>
5454
<MarkerSymbols
5555
v-for="marker of markers"

0 commit comments

Comments
 (0)