Skip to content

Commit

Permalink
Make EuiPopover's repositionOnScroll prop optional in TS (elastic#1705)
Browse files Browse the repository at this point in the history
* Make EuiPopover's repositionOnScroll prop optional in TS

* changelog
  • Loading branch information
chandlerprall committed Mar 11, 2019
1 parent b7c4899 commit 6333899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `9.2.0`.
**Bug fixes**

- Make `EuiPopover`'s repositionOnScroll prop optional in TS ([#1705](https://github.com/elastic/eui/pull/1705))

## [`9.2.0`](https://github.com/elastic/eui/tree/v9.2.0)

Expand Down
2 changes: 1 addition & 1 deletion src/components/popover/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare module '@elastic/eui' {
anchorPosition?: PopoverAnchorPosition;
panelClassName?: string;
panelPaddingSize?: PanelPaddingSize;
repositionOnScroll: boolean;
repositionOnScroll?: boolean;
}

export const EuiPopover: FunctionComponent<
Expand Down

0 comments on commit 6333899

Please sign in to comment.