Hello, I am using the draw and edit toolbars, when I am in edit mode I disable double click zoom on the map map.disableDoubleClickZoom();
I confirmed that while in edit mode, dbl clicking the map does not zoom (Great)
In order to get out of edit mode, the user must dbl click the graphic, at this time, the map zooms. The event object is not passed to the dbl click event of the graphics layer, so I can't prevent bubble up.
Am I missing something here, I do not want the map to zoom in when the user double clicks the graphic to end my edit session.
Thanks