Fix pan with select interaction in mousemove mode.

This commit is contained in:
Antoine Abt
2014-11-21 11:23:06 +01:00
parent 4b61e864e7
commit 374f02c725
+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;
}; };