* fix(core,nodes): allow node pointer events if listener(s) exist Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * fix(core,edges): allow edge pointer events if listener(s) exist 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>
6 lines
131 B
Markdown
6 lines
131 B
Markdown
---
|
|
"@vue-flow/core": patch
|
|
---
|
|
|
|
Allow node/edge pointer events if mouse event listeners (like `nodeClick` or `edgeClick`) exists.
|