fix(core,nodes,edges): allow pointer events if mouse evt listeners exist (#1618)

* 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>
This commit is contained in:
Braks
2024-09-16 13:11:49 +02:00
parent a1bfef8016
commit 6338a9db06
3 changed files with 33 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Allow node/edge pointer events if mouse event listeners (like `nodeClick` or `edgeClick`) exists.