You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add new colors to the highlighter component and use them to color the elements with the function highlightByID(color, items, removePrevious, centerOnProject), the hover functionality stops working on that elements as if this new color had priority. The color-hover should still works properly after moving to an element and after leaving it - the new custom color should returns (not the original one). Hover is a special highlighter, it should take priority over added custom highlighted colors.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
Check that this is a concrete bug. For Q&A join our Community.
Describe the bug 📝
When I add new colors to the highlighter component and use them to color the elements with the function highlightByID(color, items, removePrevious, centerOnProject), the hover functionality stops working on that elements as if this new color had priority. The color-hover should still works properly after moving to an element and after leaving it - the new custom color should returns (not the original one). Hover is a special highlighter, it should take priority over added custom highlighted colors.
Reproduction▶️
No response
Steps to reproduce 🔢
No response
System Info 💻
Used Package Manager 📦
npm
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: