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:
Braks
2025-04-23 20:39:08 +02:00
parent 8f5f573815
commit cb588c8aa9
2 changed files with 6 additions and 1 deletions
@@ -49,7 +49,7 @@ export default {
</script>
<template>
<svg class="vue-flow__marker vue-flow__container">
<svg class="vue-flow__marker" aria-hidden="true">
<defs>
<MarkerSymbols
v-for="marker of markers"