Skip to content

Commit

Permalink
Add closing code tick (uber#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiweiwu authored Mar 22, 2020
1 parent 0a5b129 commit eb8328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/react-map-gl-draw/react-map-gl-draw.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Returns is a map of [style objects](https://reactjs.org/docs/dom-elements.html#s
- `index`: index of the feature.
- `state`: one of `SELECTED`, `HOVERED`, `INACTIVE`, `UNCOMMITTED`, `CLOSING`.

- `editHandleStyle` (Object|Function, Optional) : Object - Either a [style objects](https://reactjs.org/docs/dom-elements.html#style) or a function to style an `editHandle, function parameters are
- `editHandleStyle` (Object|Function, Optional) : Object - Either a [style objects](https://reactjs.org/docs/dom-elements.html#style) or a function to style an `editHandle`, function parameters are
- `feature`: feature to style.
- `index`: index of the editHandle vertex in the feature.
- `state`: one of `SELECTED`, `HOVERED`, `INACTIVE`, `UNCOMMITTED`, `CLOSING`.
Expand Down

0 comments on commit eb8328d

Please sign in to comment.