* 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>
6 lines
272 B
Markdown
6 lines
272 B
Markdown
---
|
|
"@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.
|