Closed imshubhamkumar closed 1 year ago
I have added a a button inside output div in custom node (vuejs) but its not working anymore. It used to work in v1 but not working in v2
https://codesandbox.io/s/rete-js-v2-vue-js-customization-forked-g98qx3?file=/src/CustomNode.vue
<button class="btn" @pointerdown.stop @click="testFun()">Click</button>
https://retejs.org/docs/faq#click-event-doesnt-work-on-control
Thank you it works
I have added a a button inside output div in custom node (vuejs) but its not working anymore. It used to work in v1 but not working in v2
https://codesandbox.io/s/rete-js-v2-vue-js-customization-forked-g98qx3?file=/src/CustomNode.vue