Hi Chrome DevTools Team and community members.
I am comming to you with a this problem.
PROBLEM:
1. Have css class on element. Class is set programmatically, it is analogy of css "active".
2. It is able to see the css Class inside dev tools.
3. When you want to change somethin inside this Class in dev tools -> you click inside css class.
4. But Class dissappear, because of the mouse click which is captured by the website handler and therefor removes the class from element.
PROPOSAL:
Disable mouse events propagation to page, when position of the clik is inside devtools.
I hope it is understandable. If not, I can provide screenshots or some video.
Thanks for replies
With regards,
Tomas