From 5a5a582171d1e934172daefcae6d36544dcb27bc Mon Sep 17 00:00:00 2001 From: Nalvazhuthi Date: Tue, 8 Apr 2025 18:34:54 +0530 Subject: [PATCH] updated visualization panel ui and added outer click --- app/src/components/ui/componets/DraggableWidget.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/components/ui/componets/DraggableWidget.tsx b/app/src/components/ui/componets/DraggableWidget.tsx index 09a54e1..cfd002d 100644 --- a/app/src/components/ui/componets/DraggableWidget.tsx +++ b/app/src/components/ui/componets/DraggableWidget.tsx @@ -90,10 +90,10 @@ export const DraggableWidget = ({ const isPanelHidden = hiddenPanels.includes(widget.panel); - OuterClick({ - contextClassName: ["chart-container", "floating", "sidebar-right-wrapper"], - setMenuVisible: () => setSelectedChartId(null), - }); + // OuterClick({ + // contextClassName: ["chart-container", "floating", "sidebar-right-wrapper"], + // setMenuVisible: () => setSelectedChartId(null), + // }); const deleteSelectedChart = async () => { try {