fix(a11y): use correct vue flow aria names
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ const { userSelectionRect } = useVueFlow()
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="vue-flow__selection react-flow__container"
|
||||
class="vue-flow__selection vue-flow__container"
|
||||
:style="{
|
||||
width: `${userSelectionRect?.width}px`,
|
||||
height: `${userSelectionRect?.height}px`,
|
||||
|
||||
Reference in New Issue
Block a user