Skip to content

Commit

Permalink
Merge branch 'become-iron-bugfix/selected-feature-resolving' into v0.…
Browse files Browse the repository at this point in the history
…11.x
  • Loading branch information
ghettovoice committed Jul 3, 2020
2 parents 4d3abc7 + 69b0123 commit b25106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/select-interaction/interaction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
feature = undefined
forEach(this.$map.getLayers().getArray(), layer => {
if (this.layerFilter && !this.layerFilter(layer)) {
return false
return
}
const source = layer.getSource()
Expand Down

0 comments on commit b25106a

Please sign in to comment.