Merge pull request #1976 from tschaub/pointerup-return
Required return from event handler.
This commit is contained in:
@@ -481,6 +481,7 @@ ol.interaction.Modify.prototype.handlePointerUp = function(evt) {
|
|||||||
this.rBush_.update(ol.extent.boundingExtent(segmentData.segment),
|
this.rBush_.update(ol.extent.boundingExtent(segmentData.segment),
|
||||||
segmentData);
|
segmentData);
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user