From 6b2b4af4122834813044a9966b1854c40865792a Mon Sep 17 00:00:00 2001 From: ivoelbert Date: Thu, 14 Mar 2024 12:51:31 -0300 Subject: [PATCH] tweak story --- packages/core/src/data-editor/stories/utils.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/core/src/data-editor/stories/utils.tsx b/packages/core/src/data-editor/stories/utils.tsx index b02709fc3..d53c81b40 100644 --- a/packages/core/src/data-editor/stories/utils.tsx +++ b/packages/core/src/data-editor/stories/utils.tsx @@ -678,6 +678,10 @@ function getColumnsForCellTypes(): GridColumnWithMockingInfo[] { kind: GridCellKind.Uri, data: url, allowOverlay: true, + hoverEffect: true, + onClickUri: () => { + window.open(url, "_blank"); + }, }; }, },