Added wanted change for issue #5145
This commit is contained in:
@@ -547,7 +547,7 @@ ol.interaction.Modify.compareIndexes_ = function(a, b) {
|
||||
*/
|
||||
ol.interaction.Modify.handleDownEvent_ = function(evt) {
|
||||
this.handlePointerAtPixel_(evt.pixel, evt.map);
|
||||
this.dragSegments_ = [];
|
||||
this.dragSegments_.length = 0;
|
||||
this.modified_ = false;
|
||||
var vertexFeature = this.vertexFeature_;
|
||||
if (vertexFeature) {
|
||||
|
||||
Reference in New Issue
Block a user