Skip to content

Commit

Permalink
Merge pull request Esri#1204 from francharbo/esri-leaflet-cellEnter
Browse files Browse the repository at this point in the history
Fix Error on cellEnter
  • Loading branch information
gavinr authored Jul 9, 2020
2 parents 727aa56 + 951d7fc commit ef24f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Layers/FeatureLayer/FeatureGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export var FeatureGrid = Layer.extend({
return;
},

cellEnter: function () {
return;
},
// @section
// @method getCellSize: Point
// Normalizes the [cellSize option](#gridlayer-cellsize) into a point. Used by the `createCell()` method.
Expand Down

0 comments on commit ef24f95

Please sign in to comment.