From 31aaef87255398e0ddcc650e43f3090c0082327e Mon Sep 17 00:00:00 2001 From: Boaz Rymland Date: Wed, 15 Jan 2020 14:44:54 +0200 Subject: [PATCH] correcting text pointing to buttons above --- packages/core/src/components/popover/popover.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/components/popover/popover.md b/packages/core/src/components/popover/popover.md index 5c7c6724ee..6757986be0 100644 --- a/packages/core/src/components/popover/popover.md +++ b/packages/core/src/components/popover/popover.md @@ -276,8 +276,8 @@ and `Classes.POPOVER_DISMISS_OVERRIDE`, that can be attached to elements to describe whether click events should dismiss the enclosing popover. To mark an element (and its children) as "dismiss elements", simply add the -class `Classes.POPOVER_DISMISS`. For example, the **Dismiss** button in the -top-level [Popover example](#core/components/popover) has this class, and all +class `Classes.POPOVER_DISMISS`. For example, the **Cancel** and **Delete** buttons in the +top-level [Popover example](#core/components/popover) have this class, and all `MenuItem`s receive this class by default (see `shouldDismissPopover` prop). To enable this behavior on the entire popover body, pass `popoverClassName={Classes.POPOVER_DISMISS}`.