simulation #52

Merged
Vishnu merged 11 commits from simulation into main 2025-04-08 13:48:36 +00:00
Showing only changes of commit 5a5a582171 - Show all commits

View File

@@ -90,10 +90,10 @@ export const DraggableWidget = ({
const isPanelHidden = hiddenPanels.includes(widget.panel); const isPanelHidden = hiddenPanels.includes(widget.panel);
OuterClick({ // OuterClick({
contextClassName: ["chart-container", "floating", "sidebar-right-wrapper"], // contextClassName: ["chart-container", "floating", "sidebar-right-wrapper"],
setMenuVisible: () => setSelectedChartId(null), // setMenuVisible: () => setSelectedChartId(null),
}); // });
const deleteSelectedChart = async () => { const deleteSelectedChart = async () => {
try { try {