Skip to content

Commit 5774bd3

Browse files
committed
clean
1 parent 0ed1675 commit 5774bd3

2 files changed

Lines changed: 1 addition & 266 deletions

File tree

src/platform/packages/private/kbn-index-editor/src/components/grid_custom_renderers/add_column_control.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const AddColumnControl: React.FC<AddColumnControlProps> = ({ telemetryService })
5353
data-test-subj="indexEditorAddColumnButton"
5454
onClick={() => setIsPopoverOpen(!isPopoverOpen)}
5555
onKeyDown={(e: React.KeyboardEvent) => {
56-
// Focus back to the cell when pressing Escape
56+
// Focus back to the control cell when pressing Escape
5757
if (e.key === 'Escape') {
5858
e.preventDefault();
5959
e.stopPropagation();

src/platform/packages/private/kbn-index-editor/src/components/grid_custom_renderers/column_header_popover.tsx

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)