Files
vue-flow/.changeset/neat-days-learn.md
Braks e9f0cdff3d fix(core): correctly check if an event has any listeners bound to it (#1935)
* fix(core): separate listeners from emitter for correct check on hasListeners

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

* fix(core): check for listeners bound via emits

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

* chore(changeset): add

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2025-08-31 13:59:37 +02:00

272 B

@vue-flow/core
@vue-flow/core
patch

Correctly check if an event listener was bound to the VueFlow component, using for example @node-click or if a listener was bound using the exposed event hooks from useVueFlow when determening if a listener for an event exists at all.