Hello,
I'm running into an issue on ArcGIS Core / web components 5.0 where sketch will only let me draw one point and attempting to to draw any new point after this will fail to draw. This is reproducible with a simple app:
https://codepen.io/daveoke/pen/XJjeBdX
Issue only happens with a SceneView.
Steps to reproduce:
1. Select the Point drawing tool
2. Draw the first point (point will draw)
3. Any new point after this will fail to draw.