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 {