3d widget highlight added

This commit is contained in:
2025-04-08 18:32:19 +05:30
parent d76d09019e
commit 45db21e66c
5 changed files with 7 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ const StateWorking: React.FC<StateWorkingProps> = ({ id, type, position, rotatio
transition: 'transform 0.1s ease-out'
}}
className={`${selectedChartId?.id === id ? "activeChart" : ""}`}
>
<div className="stateWorking-wrapper card"
onClick={() => setSelectedChartId({ id: id, type: type })}