Add tooltips to various components and improve styling for better user experience

This commit is contained in:
2025-05-07 13:56:31 +05:30
parent b26a0cd6cd
commit ad2b6b96f3
15 changed files with 174 additions and 73 deletions

View File

@@ -558,7 +558,7 @@ const DroppedObjects: React.FC = () => {
return (
<div
key={obj.id}
key={`${obj.id}-${index}`}
className={`${obj.className} ${
selectedChartId?.id === obj.id && "activeChart"
} `}