Closed maple146 closed 10 months ago
Hello @maple146, I didn't get the actual problem, can you please explain this in detail and please check the active
prop if it resolve your issue
Hi @NishargShah! Sorry for the lack of clarity in the question. What I wanted was to disable this hover effect when I'm hovering over an area:
I couldn't disable the hover effect without disabling the active area style, so I ended up implementing it another way. Thank you for your time!
Is your feature request related to a problem? Please describe. Hello! I'm creating a game to find the differences between two images with this library. The problem is that when I hover the mouse over an area, the hover style spoils the answer.
Describe the solution you'd like I would like to know if there's any way to hide or delete the hover styles of the map areas and also keep the styles of the shapes after clicking on them.
Describe alternatives you've considered I've tried using the .img-mapper-map class and targeting the area but it didn't work.
My guess was that doing something like this would disable the styles, but the only property that worked was the pointer one:
Additional context