Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The sizeChange event is not emitting the 'Completed' event when resizing a node and clicking the right mouse button or the middle mouse button.
Here's a stackblitz reproducing the bug. Each time the 'Completed' resize event is emitted, it is printed in the console. When following the steps to reproduce, nothing is printed in the console:
example
Steps to reproduce:
1) Start resizing the node using the left mouse button
2) Once you reach the desired size, keep pressing the left mouse button, don't lift it yet
3) Without lifting the left mouse button and without moving the mouse, click the right mouse button but make sure not to move the mouse at all
4) The context menu appears. Now you can release the left mouse button and click anywhere in the diagram background
5) The 'Completed' event is not emitted.
You get the same behavior if you replace the right mouse button with the scroll wheel / middle button.