From b355a747a49f9792552b9e3c059d5d7f4fe10c4d Mon Sep 17 00:00:00 2001 From: Cee Chen <549407+cee-chen@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:15:15 -0700 Subject: [PATCH] [EuiDataGrid] Fix column header move left focus bug (#7698) --- changelogs/upcoming/7698.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/upcoming/7698.md diff --git a/changelogs/upcoming/7698.md b/changelogs/upcoming/7698.md new file mode 100644 index 000000000000..de8dbcb613c0 --- /dev/null +++ b/changelogs/upcoming/7698.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed a focus bug with `EuiDataGrid`s with `leadingControlColumns` when moving columns to the left/right