Scenario: User is drawing a polygon using hybrid mode, has kept left click down to draw freehand then releases the left click, ready for next vertex click but wants to pan the map before doing so.
At this point mid draw, the user needs to be able to right click, keep right button down, and move mouse around (drag) to pan the map then continue to freehand draw or point click, is this possible?
Example hybrid mode drawing here > https://codepen.io/Paul-Stanway/pen/xbKpExL
Can someone provide updates to the above codepen to achieve this pan mid draw using right click hold.
I found an example using non hybrid vertex drawing below link, using left click hold to pan but left click cannot be achieved with hybrid as left click hold draws multiple vertex as mouse is moved so need to use right click hold somehow. > https://codepen.io/U_B_U/pen/oNVGzqX?editors=1000