If I have several lines intersecting at the same vertex (i.e. a 4-way intersection), and I need to adjust the location of said vertex, is there a way to move it and have all of the intersecting lines follow? Currently, our method is to select each intersecting line and move them one at a time, since Editor doesn't allow vertex editing of more than one selected feature. Any advice is appreciated!