updated visualization panel ui and added outer click
This commit is contained in:
parent
ed6edef24e
commit
5a5a582171
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue