Merge pull request #2965 from tonio/pan_selectinteraction

Fix pan with select interaction in mousemove mode.
This commit is contained in:
Antoine Abt
2014-11-21 14:01:51 +01:00
+1 -1
View File
@@ -179,7 +179,7 @@ ol.interaction.Select.prototype.handleMapBrowserEvent =
} }
features.extend(selected); features.extend(selected);
} }
return false; return this.condition_ == ol.events.condition.mouseMove;
}; };