fix(core): add missing vue-flow__container class to marker defs (#1833)
This commit is contained in:
5
.changeset/happy-ghosts-drum.md
Normal file
5
.changeset/happy-ghosts-drum.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@vue-flow/core": patch
|
||||
---
|
||||
|
||||
Add missing vue-flow\_\_container class to marker defs.
|
||||
@@ -49,7 +49,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<svg class="vue-flow__marker" aria-hidden="true">
|
||||
<svg class="vue-flow__marker vue-flow__container" aria-hidden="true">
|
||||
<defs>
|
||||
<MarkerSymbols
|
||||
v-for="marker of markers"
|
||||
|
||||
Reference in New Issue
Block a user