Skip to content

Commit

Permalink
vl-interaction-select: add missing hitTolerance prop to the constru…
Browse files Browse the repository at this point in the history
…ctor

#250
  • Loading branch information
ghettovoice committed Nov 5, 2019
1 parent d9a1d9e commit f598e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/select-interaction/interaction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
wrapX: this.wrapX,
filter: this.filter,
layers: this.layerFilter,
hitTolerance: this.hitTolerance,
style: this.createStyleFunc(),
addCondition: this.addCondition,
condition: this.condition,
Expand Down

0 comments on commit f598e65

Please sign in to comment.