simulation #52
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user