Have a custom MapTool that generally works well. When a point that has a path to a file in its attribute table is clicked using the tool, the file is opened. But when Esri’s Move Tool is used to select a point (point doesn’t need to be moved) and then the Tool is activated, the OnToolDeactivateAsync runs, but when point is clicked with the tool, the OnSketchCompleteAsync is not triggered and the tool stops working.
Has anyone run into this issue, and did they find a solution? Thanks in advance.