Hi Alexander,
Reported issue: The cursor changes to a grabbing icon when moving
from the overview to the diagram area.
We have fixed the reported issue
and included it in our latest patch release which is rolled out successfully.
Please upgrade to the latest
version (v33.2.15) packages of the diagram to resolve this
issue.
https://www.npmjs.com/package/@syncfusion/ej2-diagrams
Root cause: The issue occurs
because the cursor state is updated only during the mouse-up event and not
during continuous mouse movement. However, when the cursor moves out of the
overview area or re-enters the diagram without triggering a mouse-up event, the
cursor state is not recalculated. As a result, the cursor remains stuck in the
grabbing state instead of reverting to the appropriate cursor state, leading to
inconsistent user interaction behavior.
Regards,
Priyadharshini k