feat(core,nodes): implement a11y in nodes
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -30,9 +30,7 @@ const {
|
||||
} = $(useVueFlow())
|
||||
|
||||
const selectable = (s?: boolean) => (typeof s === 'undefined' ? elementsSelectable : s)
|
||||
|
||||
const updatable = (u?: EdgeUpdatable) => (typeof u === 'undefined' ? edgesUpdatable : u)
|
||||
|
||||
const focusable = (f?: boolean) => (typeof f === 'undefined' ? edgesFocusable : f)
|
||||
|
||||
const sourceNode = $(
|
||||
|
||||
Reference in New Issue
Block a user