template delete bug fix and floating display same icon for all floatin
This commit is contained in:
@@ -89,16 +89,7 @@ export const DraggableWidget = ({
|
||||
|
||||
const chartWidget = useRef<HTMLDivElement>(null);
|
||||
|
||||
OuterClick({
|
||||
contextClassName: [
|
||||
"chart-container",
|
||||
"floating",
|
||||
"sidebar-right-wrapper",
|
||||
"card",
|
||||
"dropdown-menu",
|
||||
],
|
||||
setMenuVisible: () => setSelectedChartId(null),
|
||||
});
|
||||
|
||||
|
||||
const deleteSelectedChart = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user