Required return from event handler

This commit is contained in:
Tim Schaub
2014-04-10 06:32:27 -06:00
parent c2bd829a5f
commit e72b383976

View File

@@ -481,6 +481,7 @@ ol.interaction.Modify.prototype.handlePointerUp = function(evt) {
this.rBush_.update(ol.extent.boundingExtent(segmentData.segment),
segmentData);
}
return false;
};