Hi Ashish,
On analyzing the provided video, we found that issue occurs
due to you do not refer diagram style in your application. Please add the Diagram
component’s styles as given below in the <style> section of the App.vue file.
So that when you drag the node, the node gets dragged properly. Please refer
to code snippet for how to add diagram style
|
<style>
@import
"../node_modules/@syncfusion/ej2-vue-diagrams/styles/material.css";
</style>
|
Please refer to below documentation for how to add a diagram CSS
reference
UG Link: https://ej2.syncfusion.com/vue/documentation/diagram/getting-started/#adding-css-reference
Regards
Aravind Ravi