Hello, I'm working with a web mapping application that was built for administartive staff that do not use desktop GIS so that thay can make basic edits - mainly update attributes and split lines. I recently discovered that the cut function in the edit widget was causing data duplication. The original line will be kept and then a new shorter line that's made at the split site is created that runs over top of the original line. I was hoping that the cut would clip the original line into 2 parts and not dupliate data. The line data is a hosted view layer, so I'm not sure if that could be causing issues or if it's something not quite right in the way the cut function of the widget works. Thanks!