Fix pan with select interaction in mousemove mode.
This commit is contained in:
@@ -179,7 +179,7 @@ ol.interaction.Select.prototype.handleMapBrowserEvent =
|
||||
}
|
||||
features.extend(selected);
|
||||
}
|
||||
return false;
|
||||
return this.condition_ == ol.events.condition.mouseMove;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user