Skip to content

Commit

Permalink
fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey committed Jul 21, 2019
1 parent 55759f8 commit 6553306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default class Marker extends Evented {
_draggable: boolean;
_state: 'inactive' | 'pending' | 'active'; // used for handling drag events
_positionDelta: ?number;
_originalTabIndex: ?string; // original tabindex of _element

constructor(options?: Options, legacyOptions?: Options) {
super();
Expand Down

0 comments on commit 6553306

Please sign in to comment.