diff --git a/frontend/src/container/ListOfDashboard/DashboardsList.tsx b/frontend/src/container/ListOfDashboard/DashboardsList.tsx index 5f6e5337b0..0a5b3b5130 100644 --- a/frontend/src/container/ListOfDashboard/DashboardsList.tsx +++ b/frontend/src/container/ListOfDashboard/DashboardsList.tsx @@ -438,6 +438,7 @@ function DashboardsList(): JSX.Element { const getLink = (): string => `${ROUTES.ALL_DASHBOARD}/${dashboard.id}`; const onClickHandler = (event: React.MouseEvent): void => { + event.stopPropagation(); if (event.metaKey || event.ctrlKey) { window.open(getLink(), '_blank'); } else { @@ -458,7 +459,11 @@ function DashboardsList(): JSX.Element { placement="left" overlayClassName="title-toolip" > - + e.stopPropagation()} + >