From d891b2e9d09a31762c4b3dae05abfa0179b08240 Mon Sep 17 00:00:00 2001 From: Arturo Castillo Delgado Date: Wed, 4 Dec 2024 15:48:02 +0100 Subject: [PATCH] Revert "Update changelog" This reverts commit cccecc6d852fcb5a7b1655e180be44eef8b83451. --- packages/eui/changelogs/upcoming/8140.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eui/changelogs/upcoming/8140.md b/packages/eui/changelogs/upcoming/8140.md index 9d5a7f2634a..ccd548863f5 100644 --- a/packages/eui/changelogs/upcoming/8140.md +++ b/packages/eui/changelogs/upcoming/8140.md @@ -1,4 +1,3 @@ **Accessibility** - When the tooltips components (`EuiTooltip`, `EuiIconTip`) are used inside components that handle the Escape key (like `EuiFlyout` or `EuiModal`), pressing the Escape key will now only close the tooltip and not the entire wrapping component. -- In `EuiModal` the close button is now placed **after** the header, in the DOM, for correctness in reading order.