fix(core): add aria hidden to markers (#1817)
* fix(core): add aria hidden to markers Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@vue-flow/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add aria-hidden to markers
|
||||||
@@ -49,7 +49,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<svg class="vue-flow__marker vue-flow__container">
|
<svg class="vue-flow__marker" aria-hidden="true">
|
||||||
<defs>
|
<defs>
|
||||||
<MarkerSymbols
|
<MarkerSymbols
|
||||||
v-for="marker of markers"
|
v-for="marker of markers"
|
||||||
|
|||||||
Reference in New Issue
Block a user