It’s the default way to trigger the diagram panning via left click and move immediately.
For now, I set the defaultTool in diagram to be panningTool in a mousedown action. And do the change in doMouseMove() method in panningTool. But there are still too many properties I shall set and change.
I just want to retain the default panning action while change the trigger to right click. Is there any easy acess?