feat(core): add dom attributes option for nodes and edges (#1869)

* feat(core): add dom attributes option for nodes and edges (#1861)

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

* chore: cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
Co-authored-by: Kirill Zaytsev <zaytsev.cmath10@gmail.com>
This commit is contained in:
Braks
2025-06-10 16:24:11 +02:00
co-authored by Kirill Zaytsev
parent 4c1b064230
commit 8fa70107a0
7 changed files with 56 additions and 18 deletions
-2
View File
@@ -114,8 +114,6 @@ export function useState(): State {
disableKeyboardA11y: false,
ariaLiveMessage: '',
nodesAttrs: {},
}
}