Skip to content

Commit

Permalink
Merge pull request #25 from clpalmer/master
Browse files Browse the repository at this point in the history
Remove invisible marker that's blocking hover styles
  • Loading branch information
AckerApple authored Feb 6, 2019
2 parents 2ee7c86 + a1a0f0a commit 86bb840
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## CHANGE LOG
- All notable changes to this project will be documented here.

## [1.3.2] - 2019-02-05
- Remove invisible marker that's blocking hover styles
- https://github.com/AckerApple/agm-overlays/pull/25

## [1.3.1] - 2018-10-25
- Fix updating marker positions

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agm-overlays",
"version": "1.3.1",
"version": "1.3.2",
"description": "Custom marker overlay for the @agm/core package",
"main": "dist/index",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/AgmOverlay.component.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export interface latLngPlus{
this.overlayView.iconUrl = " "
this.overlayView.latitude = this.latitude
this.overlayView.longitude = this.longitude
this.overlayView.visible = false//hide 40x40 transparent placeholder that prevents hover events
/* end */

if( this.bounds ){
Expand Down

0 comments on commit 86bb840

Please sign in to comment.